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

Unified Diff: Source/core/testing/InspectorFrontendClientLocal.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/inspector/InspectorFrontendHost.idl ('k') | Source/web/InspectorFrontendClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/InspectorFrontendClientLocal.h
diff --git a/Source/core/testing/InspectorFrontendClientLocal.h b/Source/core/testing/InspectorFrontendClientLocal.h
index 1236253a0695c6296375f676ef25b2a55ed5c1ed..a97b8d85005fe311d1a093e91449260f8bf9f2b5 100644
--- a/Source/core/testing/InspectorFrontendClientLocal.h
+++ b/Source/core/testing/InspectorFrontendClientLocal.h
@@ -52,31 +52,11 @@ public:
virtual void windowObjectCleared();
- virtual void moveWindowBy(float x, float y) { }
-
- virtual void requestSetDockSide(DockSide) { }
- virtual void changeAttachedWindowHeight(unsigned) { }
- virtual void openInNewTab(const String&) { }
- virtual void save(const String&, const String&, bool) { }
- virtual void append(const String&, const String&) { }
-
- virtual void bringToFront() OVERRIDE { }
- virtual void closeWindow() OVERRIDE { }
-
- virtual void attachWindow(DockSide) { }
- virtual void detachWindow() { }
-
virtual void inspectedURLChanged(const String&) OVERRIDE { }
virtual void sendMessageToBackend(const String& message);
- virtual void sendMessageToEmbedder(const String&) OVERRIDE { }
- virtual void requestFileSystems() { }
- virtual void addFileSystem() { }
- virtual void removeFileSystem(const String&) { }
- 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 String&) OVERRIDE { }
virtual bool isUnderTest() { return true; }
« no previous file with comments | « Source/core/inspector/InspectorFrontendHost.idl ('k') | Source/web/InspectorFrontendClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698