mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision fa6a5d87 (#499098)
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "libcef/browser/browser_host_impl.h"
|
||||
#include "libcef/common/content_client.h"
|
||||
|
||||
#include "base/atomicops.h"
|
||||
#include "base/bind.h"
|
||||
@@ -107,7 +106,7 @@ void CefDevToolsManagerDelegate::StartHttpHandler(
|
||||
return;
|
||||
content::DevToolsAgentHost::StartRemoteDebuggingServer(
|
||||
std::move(socket_factory), std::string(), browser_context->GetPath(),
|
||||
base::FilePath(), std::string(), CefContentClient::Get()->GetUserAgent());
|
||||
base::FilePath());
|
||||
}
|
||||
|
||||
// static
|
||||
|
Reference in New Issue
Block a user