Chromium Code Reviews| 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); |