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

Unified Diff: content/renderer/devtools/devtools_client.h

Issue 22972007: Migrate DevToolsWindow from specific to opaque frontend host messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/renderer/devtools/devtools_client.h
diff --git a/content/renderer/devtools/devtools_client.h b/content/renderer/devtools/devtools_client.h
index 768253d18516efe1b85e8d38821dccb4d7c5ee53..1fff57d5d9dc2ea12bb0f13f1ca4f335bc979f5f 100644
--- a/content/renderer/devtools/devtools_client.h
+++ b/content/renderer/devtools/devtools_client.h
@@ -40,29 +40,7 @@ class CONTENT_EXPORT DevToolsClient
// WebDevToolsFrontendClient implementation.
virtual void sendMessageToBackend(const WebKit::WebString&) OVERRIDE;
-
- virtual void activateWindow() OVERRIDE;
- virtual void changeAttachedWindowHeight(unsigned height) OVERRIDE;
- virtual void closeWindow() OVERRIDE;
- virtual void moveWindowBy(const WebKit::WebFloatPoint& offset) OVERRIDE;
- virtual void requestSetDockSide(const WebKit::WebString& side) OVERRIDE;
- virtual void openInNewTab(const WebKit::WebString& side) OVERRIDE;
- virtual void save(const WebKit::WebString& url,
- const WebKit::WebString& content,
- bool save_as) OVERRIDE;
- virtual void append(const WebKit::WebString& url,
- const WebKit::WebString& content) OVERRIDE;
-
- virtual void requestFileSystems() OVERRIDE;
- virtual void addFileSystem() OVERRIDE;
- virtual void removeFileSystem(
- const WebKit::WebString& file_system_path) OVERRIDE;
- virtual void indexPath(int request_id,
- const WebKit::WebString& file_system_path) OVERRIDE;
- virtual void stopIndexing(int request_id) OVERRIDE;
- virtual void searchInPath(int request_id,
- const WebKit::WebString& file_system_path,
- const WebKit::WebString& query) OVERRIDE;
+ virtual void sendMessageToFrontendHost(const WebKit::WebString&) OVERRIDE;
virtual bool isUnderTest() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698