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

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

Issue 423673004: [DevTools] Switch from separate sendMessageToBackend method to using embedder. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 c655170d8fc744085664cf2ef26c2ec76480a0d7..df7646bfb78df1a2895b9a6edee010fe4c1a66cf 100644
--- a/Source/core/inspector/InspectorFrontendHost.idl
+++ b/Source/core/inspector/InspectorFrontendHost.idl
@@ -47,7 +47,6 @@
// FIXME: showContextMenu is here only for old frontends. Remove in M43.
[Custom] void showContextMenu(MouseEvent event, any items);
[Custom] void showContextMenuAtPoint(float x, float y, any items);
- void sendMessageToBackend(DOMString message);
void sendMessageToEmbedder(DOMString message);
[Custom] void recordActionTaken(unsigned long actionCode);
« no previous file with comments | « Source/core/inspector/InspectorFrontendHost.cpp ('k') | Source/devtools/front_end/components/WorkerFrontendManager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698