| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 8e1b02d6917af64fde28fca968f99046d118713b..9e12149499fcd1b251df1aaf40ce45757d4d7e7b 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -91,6 +91,10 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual ResourceDispatcherHost* GetResourceDispatcherHost() OVERRIDE;
|
| virtual ui::Clipboard* GetClipboard() OVERRIDE;
|
| virtual bool IsFastShutdownPossible() OVERRIDE;
|
| + virtual void RegisterDevToolsRemoteListeners(
|
| + DevToolsProtocolHandler* proto_handler) OVERRIDE;
|
| + virtual void GetAdditionalStartPagesForDevTools(
|
| + TabContents* dev_tools_tab, ListValue* results) OVERRIDE;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| // Can return an optional fd for crash handling, otherwise returns -1.
|
|
|