Index: content/public/browser/devtools_external_agent_proxy.h |
diff --git a/content/public/browser/devtools_external_agent_proxy.h b/content/public/browser/devtools_external_agent_proxy.h |
index 9e43c648a7e37b976f6b0f58483b12afea6ea7ab..25d701688b34ddf2281bc217abbf441281ce089b 100644 |
--- a/content/public/browser/devtools_external_agent_proxy.h |
+++ b/content/public/browser/devtools_external_agent_proxy.h |
@@ -26,6 +26,9 @@ class DevToolsExternalAgentProxy { |
// Returns the local DevToolsAgentHost for the external agent. |
virtual scoped_refptr<DevToolsAgentHost> GetAgentHost() = 0; |
+ // Sends the message to the client host. |
+ virtual void DispatchOnClientHost(const std::string& message) = 0; |
+ |
// Informs the client that the connection has closed. |
virtual void ConnectionClosed() = 0; |