| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index 3b9ec5ee5e1d1b782c6f8a39a3fd7d71c1fbb7b4..d419d875b37576a0958bf62d922fcba5dd53a0b5 100644
|
| --- a/chrome/browser/browser_process.h
|
| +++ b/chrome/browser/browser_process.h
|
| @@ -123,7 +123,11 @@ class BrowserProcess {
|
|
|
| virtual AutomationProviderList* InitAutomationProviderList() = 0;
|
|
|
| - virtual void InitDebuggerWrapper(int port, bool useHttp) = 0;
|
| + virtual void InitDevToolsHttpProtocolHandler(
|
| + int port,
|
| + const std::string& frontend_url) = 0;
|
| +
|
| + virtual void InitDevToolsLegacyProtocolHandler(int port) = 0;
|
|
|
| virtual unsigned int AddRefModule() = 0;
|
| virtual unsigned int ReleaseModule() = 0;
|
|
|