Index: content/browser/mock_content_browser_client.h |
diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h |
index fb69260dc53866b9b86bfa53fbac3f89e0a14e3e..4f545a8a724f0a137c0503f7fbf23f3af5848b38 100644 |
--- a/content/browser/mock_content_browser_client.h |
+++ b/content/browser/mock_content_browser_client.h |
@@ -93,6 +93,10 @@ class MockContentBrowserClient : public 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) |
virtual int GetCrashSignalFD(const std::string& process_type) OVERRIDE; |