Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Unified Diff: content/browser/mock_content_browser_client.h

Issue 7309011: Remove dependencies on extensions from content/browser/debugger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « content/browser/debugger/extension_ports_remote_service.cc ('k') | content/browser/mock_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698