Index: content/browser/devtools/devtools_frontend_host_impl.h |
diff --git a/content/browser/devtools/devtools_frontend_host_impl.h b/content/browser/devtools/devtools_frontend_host_impl.h |
index b6bb79b93890c3d9f6efd0dfdf0cb93623f5f1bb..4d6a3e2ebcaee4ae8773eeca1690bc73af4aa469 100644 |
--- a/content/browser/devtools/devtools_frontend_host_impl.h |
+++ b/content/browser/devtools/devtools_frontend_host_impl.h |
@@ -17,9 +17,6 @@ class DevToolsFrontendHostImpl : public DevToolsFrontendHost, |
DevToolsFrontendHost::Delegate* delegate); |
virtual ~DevToolsFrontendHostImpl(); |
- // DevToolsFrontendHost implementation. |
- virtual void DispatchOnDevToolsFrontend(const std::string& message) OVERRIDE; |
- |
private: |
// WebContentsObserver overrides. |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |