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 72aae51176d1cb2459ea34c864259573d70ab3ee..c3a52155f91294dd70f9fa3cab7d31f258eeff58 100644 |
--- a/content/browser/devtools/devtools_agent_host_impl.h |
+++ b/content/browser/devtools/devtools_agent_host_impl.h |
@@ -32,7 +32,7 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost { |
void Attach(); |
void Reattach(const std::string& saved_agent_state); |
void Detach(); |
- void DipatchOnInspectorBackend(const std::string& message); |
+ virtual void DispatchOnInspectorBackend(const std::string& message); |
void InspectElement(int x, int y); |
void AddMessageToConsole(ConsoleMessageLevel level, |
const std::string& message); |