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

Unified Diff: Source/web/InspectorFrontendClientImpl.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/core/testing/InspectorFrontendClientLocal.h ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorFrontendClientImpl.h
diff --git a/Source/web/InspectorFrontendClientImpl.h b/Source/web/InspectorFrontendClientImpl.h
index b0285669edce3d551208259bc2f7797102e831d7..0b9ae7144ad2d1e36e82bb076c20ee5c32f993fc 100644
--- a/Source/web/InspectorFrontendClientImpl.h
+++ b/Source/web/InspectorFrontendClientImpl.h
@@ -53,30 +53,11 @@ public:
// InspectorFrontendClient methods:
virtual void windowObjectCleared();
- virtual void moveWindowBy(float x, float y);
-
- virtual void bringToFront();
- virtual void closeWindow();
-
- virtual void requestSetDockSide(DockSide);
- virtual void changeAttachedWindowHeight(unsigned);
-
- virtual void openInNewTab(const String& url);
-
- virtual void save(const WTF::String& urk, const WTF::String& content, bool forceSaveAs);
- virtual void append(const WTF::String& urk, const WTF::String& content);
-
virtual void inspectedURLChanged(const WTF::String&);
virtual void sendMessageToBackend(const WTF::String&);
- virtual void sendMessageToEmbedder(const WTF::String&);
- virtual void requestFileSystems();
- virtual void addFileSystem();
- virtual void removeFileSystem(const String& fileSystemPath);
- virtual void indexPath(int requestId, const String& fileSystemPath);
- virtual void stopIndexing(int requestId);
- virtual void searchInPath(int requestId, const String& fileSystemPath, const String& query);
+ virtual void sendMessageToEmbedder(const WTF::String&);
virtual bool isUnderTest();
« no previous file with comments | « Source/core/testing/InspectorFrontendClientLocal.h ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698