| 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 76da2ca074a3aaba02d5ce6fd6b3c9964f6f2ed6..00ba5d1317fc2d3cff3f2884f8319d05a4ff8d08 100644
|
| --- a/chrome/test/base/testing_browser_process.h
|
| +++ b/chrome/test/base/testing_browser_process.h
|
| @@ -80,6 +80,7 @@ class TestingBrowserProcess : public BrowserProcess {
|
| virtual AutomationProviderList* GetAutomationProviderList() OVERRIDE;
|
| virtual void CreateDevToolsHttpProtocolHandler(
|
| Profile* profile,
|
| + chrome::HostDesktopType host_desktop_type,
|
| const std::string& ip,
|
| int port,
|
| const std::string& frontend_url) OVERRIDE;
|
|
|