Index: content/shell/browser/shell_devtools_bindings.h |
diff --git a/content/shell/browser/shell_devtools_bindings.h b/content/shell/browser/shell_devtools_bindings.h |
index 13bc74bf0803fd1049cee3e0159009819fcbf8e0..de4a3aec5c97e2e5997f57d419d31ee95a58f967 100644 |
--- a/content/shell/browser/shell_devtools_bindings.h |
+++ b/content/shell/browser/shell_devtools_bindings.h |
@@ -61,18 +61,17 @@ class ShellDevToolsBindings : public WebContentsObserver, |
void SetPreferences(const std::string& json); |
virtual void HandleMessageFromDevToolsFrontend(const std::string& message); |
- void CreateFrontendHost(); |
private: |
// WebContentsObserver overrides |
void ReadyToCommitNavigation(NavigationHandle* navigation_handle) override; |
- void RenderViewCreated(RenderViewHost* render_view_host) override; |
void DocumentAvailableInMainFrame() override; |
void WebContentsDestroyed() override; |
// net::URLFetcherDelegate overrides. |
void OnURLFetchComplete(const net::URLFetcher* source) override; |
+ void CreateFrontendHost(RenderFrameHost* render_frame_host); |
dgozman
2017/06/19 22:55:51
remove
chenwilliam
2017/06/19 23:48:17
Done.
|
void SendMessageAck(int request_id, const base::Value* arg1); |
WebContents* inspected_contents_; |