| Index: content/browser/devtools/devtools_agent_host_impl.h
|
| diff --git a/content/browser/devtools/devtools_agent_host_impl.h b/content/browser/devtools/devtools_agent_host_impl.h
|
| index bf946bca86f4fdc03cbdb2479a88f913df1b6176..63f0ebf58a8686d40f367394ed20e7ea9b1e9e70 100644
|
| --- a/content/browser/devtools/devtools_agent_host_impl.h
|
| +++ b/content/browser/devtools/devtools_agent_host_impl.h
|
| @@ -44,7 +44,6 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost {
|
| void ConnectWebContents(WebContents* wc) override;
|
|
|
| bool Inspect();
|
| - void SendMessageToClient(int session_id, const std::string& message);
|
|
|
| protected:
|
| DevToolsAgentHostImpl(const std::string& id);
|
|
|