| Index: chrome/test/base/testing_browser_process.h
|
| diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
|
| index bb65a4e80836773e6539c799c3ab9a69f6dd0ad0..ba06d0d42277af3f37e9a8149f97fc3ef1b0eac8 100644
|
| --- a/chrome/test/base/testing_browser_process.h
|
| +++ b/chrome/test/base/testing_browser_process.h
|
| @@ -87,8 +87,7 @@ class TestingBrowserProcess : 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;
|
|
|