| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index c433d5b9a5506f39f48dba41d746d0ca17caf31c..9120e7c31f8d35c7c04f911f894e93e8a5ef29d3 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -94,8 +94,7 @@ class BrowserProcessImpl : public BrowserProcess,
|
| virtual void CreateDevToolsHttpProtocolHandler(
|
| chrome::HostDesktopType host_desktop_type,
|
| const std::string& ip,
|
| - int port,
|
| - const std::string& frontend_url) OVERRIDE;
|
| + int port) OVERRIDE;
|
| virtual unsigned int AddRefModule() OVERRIDE;
|
| virtual unsigned int ReleaseModule() OVERRIDE;
|
| virtual bool IsShuttingDown() OVERRIDE;
|
|
|