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

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
« 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 29146f3c4ebe4fead04f56dc68e9208f3b352996..b27099643986b5fc7f8bb861e0f7c63b44818db9 100644
--- a/public/web/WebDevToolsFrontendClient.h
+++ b/public/web/WebDevToolsFrontendClient.h
@@ -42,6 +42,7 @@ public:
WebDevToolsFrontendClient() { }
virtual void sendMessageToBackend(const WebString&) { }
+ virtual void sendMessageToEmbedder(const WebString&) { }
virtual void activateWindow() { }
virtual void changeAttachedWindowHeight(unsigned height) { }
« 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