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

Unified Diff: public/web/WebDevToolsFrontendClient.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: public/web/WebDevToolsFrontendClient.h
diff --git a/public/web/WebDevToolsFrontendClient.h b/public/web/WebDevToolsFrontendClient.h
index 29146f3c4ebe4fead04f56dc68e9208f3b352996..d72987b50ee9ffb3de3da9437c234d47b7866d28 100644
--- a/public/web/WebDevToolsFrontendClient.h
+++ b/public/web/WebDevToolsFrontendClient.h
@@ -42,6 +42,7 @@ public:
WebDevToolsFrontendClient() { }
virtual void sendMessageToBackend(const WebString&) { }
+ virtual void sendMessageToFrontendHost(const WebString&) { }
virtual void activateWindow() { }
virtual void changeAttachedWindowHeight(unsigned height) { }
« Source/web/InspectorFrontendClientImpl.cpp ('K') | « Source/web/InspectorFrontendClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698