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

Unified Diff: public/web/WebDevToolsFrontendClient.h

Issue 23290002: Complete migration to InspectorFrontendHost.sendMessageToFrontendHost. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 3 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
« no previous file with comments | « Source/web/InspectorFrontendClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDevToolsFrontendClient.h
diff --git a/public/web/WebDevToolsFrontendClient.h b/public/web/WebDevToolsFrontendClient.h
index b27099643986b5fc7f8bb861e0f7c63b44818db9..13f6c476086342757a803446f1e9204aac73f7f9 100644
--- a/public/web/WebDevToolsFrontendClient.h
+++ b/public/web/WebDevToolsFrontendClient.h
@@ -42,26 +42,8 @@ public:
WebDevToolsFrontendClient() { }
virtual void sendMessageToBackend(const WebString&) { }
- virtual void sendMessageToEmbedder(const WebString&) { }
-
- virtual void activateWindow() { }
- virtual void changeAttachedWindowHeight(unsigned height) { }
- virtual void closeWindow() { }
- virtual void requestDockWindow() { }
- virtual void requestUndockWindow() { }
- virtual void requestSetDockSide(const WebString& side) { }
- virtual void moveWindowBy(const WebFloatPoint&) { }
- virtual void openInNewTab(const WebString& side) { }
- virtual void save(const WebString& url, const WebString& content, bool saveAs) { }
- virtual void append(const WebString& url, const WebString& content) { }
- virtual void requestFileSystems() { }
- virtual void addFileSystem() { }
- virtual void removeFileSystem(const WebString& fileSystemPath) { }
-
- virtual void indexPath(int requestId, const WebString& fileSystemPath) { }
- virtual void stopIndexing(int requestId) { }
- virtual void searchInPath(int requestId, const WebString& fileSystemPath, const WebString& query) { }
+ virtual void sendMessageToEmbedder(const WebString&) { }
virtual bool isUnderTest() { return false; }
« no previous file with comments | « Source/web/InspectorFrontendClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698