| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index b01591f92db5c99435a518c2e4dad2c68d4ddd62..3b28dc4a4287ab230aaca76feb3979f2bf22bd68 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -96,6 +96,7 @@ class BrowserProcessImpl : 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;
|
|
|