summaryrefslogtreecommitdiffstats
path: root/content/browser/devtools/ipc_devtools_agent_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/devtools/ipc_devtools_agent_host.h')
-rw-r--r--content/browser/devtools/ipc_devtools_agent_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/devtools/ipc_devtools_agent_host.h b/content/browser/devtools/ipc_devtools_agent_host.h
index 98c2794..496c2d9 100644
--- a/content/browser/devtools/ipc_devtools_agent_host.h
+++ b/content/browser/devtools/ipc_devtools_agent_host.h
@@ -18,7 +18,7 @@ class CONTENT_EXPORT IPCDevToolsAgentHost : public DevToolsAgentHostImpl {
// DevToolsAgentHostImpl implementation.
virtual void Attach() OVERRIDE;
virtual void Detach() OVERRIDE;
- virtual void DispatchOnInspectorBackend(const std::string& message) OVERRIDE;
+ virtual void DispatchProtocolMessage(const std::string& message) OVERRIDE;
virtual void InspectElement(int x, int y) OVERRIDE;
protected: