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

Unified Diff: core/inspector/DevToolsHost.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/inspector/CodeGeneratorInstrumentation.py ('k') | core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/inspector/DevToolsHost.idl
diff --git a/core/inspector/DevToolsHost.idl b/core/inspector/DevToolsHost.idl
index d20abb5e224d8e89d5608958540648de6233f2c2..096fd64d95edbd662fa4a3d8aa8a74dbbae36249 100644
--- a/core/inspector/DevToolsHost.idl
+++ b/core/inspector/DevToolsHost.idl
@@ -41,10 +41,7 @@
void copyText(DOMString text);
[Custom] DOMString platform();
- // 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, optional Document document);
- void sendMessageToBackend(DOMString message);
void sendMessageToEmbedder(DOMString message);
DOMString getSelectionBackgroundColor();
« no previous file with comments | « core/inspector/CodeGeneratorInstrumentation.py ('k') | core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698