Index: Source/core/inspector/InspectorFrontendHost.h |
diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h |
index deeb36980ea601b9648b9c896b15576d4099fcbc..45fb90b280e602afd6ca3f38120e3abecd9250f5 100644 |
--- a/Source/core/inspector/InspectorFrontendHost.h |
+++ b/Source/core/inspector/InspectorFrontendHost.h |
@@ -73,6 +73,7 @@ public: |
// Called from [Custom] implementations. |
void showContextMenu(Event*, const Vector<ContextMenuItem>& items); |
void sendMessageToBackend(const String& message); |
+ void sendMessageToEmbedder(const String& message); |
String loadResourceSynchronously(const String& url); |
String getSelectionBackgroundColor(); |