| 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 9f65ee4d3f3c8a1998217630e93e1cf009717aca..ee616e525d49f4575314a9ef3603f0e8d2012988 100644
|
| --- a/content/browser/devtools/devtools_frontend_host_impl.h
|
| +++ b/content/browser/devtools/devtools_frontend_host_impl.h
|
| @@ -21,7 +21,6 @@
|
| // WebContentsObserver overrides.
|
| bool OnMessageReceived(const IPC::Message& message,
|
| RenderFrameHost* render_frame_host) override;
|
| - void RenderFrameCreated(RenderFrameHost* render_frame_host) override;
|
|
|
| void OnDispatchOnInspectorBackend(const std::string& message);
|
| void OnDispatchOnEmbedder(const std::string& message);
|
|
|