| 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 5c64526f474213995ab18bf7ecf41b722cf3e1ae..2ccb3a39e81e2475d2ee6f6f362820e72ac3cdbf 100644
|
| --- a/content/browser/devtools/devtools_frontend_host_impl.h
|
| +++ b/content/browser/devtools/devtools_frontend_host_impl.h
|
| @@ -17,6 +17,9 @@
|
| 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;
|
|
|