diff options
Diffstat (limited to 'chrome/browser/browser_process_impl.cc')
-rw-r--r-- | chrome/browser/browser_process_impl.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc index da667f0..f63c5a0 100644 --- a/chrome/browser/browser_process_impl.cc +++ b/chrome/browser/browser_process_impl.cc @@ -528,7 +528,6 @@ AutomationProviderList* BrowserProcessImpl::GetAutomationProviderList() { } void BrowserProcessImpl::CreateDevToolsHttpProtocolHandler( - Profile* profile, chrome::HostDesktopType host_desktop_type, const std::string& ip, int port, @@ -539,7 +538,7 @@ void BrowserProcessImpl::CreateDevToolsHttpProtocolHandler( // is started with several profiles or existing browser process is reused. if (!remote_debugging_server_.get()) { remote_debugging_server_.reset( - new RemoteDebuggingServer(profile, host_desktop_type, ip, port, + new RemoteDebuggingServer(host_desktop_type, ip, port, frontend_url)); } #endif |