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

Unified Diff: Source/core/inspector/InspectorFrontendHost.idl

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/inspector/InspectorFrontendHost.idl
diff --git a/Source/core/inspector/InspectorFrontendHost.idl b/Source/core/inspector/InspectorFrontendHost.idl
index f764bf24c743cfba3ceb92843843d06203cb9612..710e2dcd5bec9e51989286f66b3c88a14a0432fb 100644
--- a/Source/core/inspector/InspectorFrontendHost.idl
+++ b/Source/core/inspector/InspectorFrontendHost.idl
@@ -53,6 +53,7 @@
[Custom] DOMString port();
[Custom] void showContextMenu(MouseEvent event, any items);
void sendMessageToBackend(DOMString message);
+ void sendMessageToFrontendHost(DOMString message);
pfeldman 2013/08/23 11:20:27 ToEmbedder
Vladislav Kaznacheev 2013/08/23 13:05:04 Done.
[Custom] void recordActionTaken(unsigned long actionCode);
[Custom] void recordPanelShown(unsigned long panelCode);

Powered by Google App Engine
This is Rietveld 408576698