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

Unified Diff: Source/core/testing/InspectorFrontendClientLocal.h

Issue 23289002: Introduce InspectorFrontendHost.sendMessageToFrontendHost. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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: Source/core/testing/InspectorFrontendClientLocal.h
diff --git a/Source/core/testing/InspectorFrontendClientLocal.h b/Source/core/testing/InspectorFrontendClientLocal.h
index f18fb0ed1196fa4b716e2db9e9fde00e4a4aca0e..1236253a0695c6296375f676ef25b2a55ed5c1ed 100644
--- a/Source/core/testing/InspectorFrontendClientLocal.h
+++ b/Source/core/testing/InspectorFrontendClientLocal.h
@@ -69,6 +69,7 @@ public:
virtual void inspectedURLChanged(const String&) OVERRIDE { }
virtual void sendMessageToBackend(const String& message);
+ virtual void sendMessageToEmbedder(const String&) OVERRIDE { }
virtual void requestFileSystems() { }
virtual void addFileSystem() { }
« no previous file with comments | « Source/core/inspector/InspectorFrontendHost.idl ('k') | Source/devtools/front_end/InspectorFrontendHostStub.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698