Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2928)

Unified Diff: content/shell/browser/shell_devtools_bindings.h

Issue 2837083003: DevTools: create test infrastructure so devtools drives the test (Closed)
Patch Set: fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..c5b4417fcbd346d8f6a0dbba06daff2cd5cfb3cc 100644
--- a/content/shell/browser/shell_devtools_bindings.h
+++ b/content/shell/browser/shell_devtools_bindings.h
@@ -61,12 +61,11 @@ class ShellDevToolsBindings : public WebContentsObserver,
void SetPreferences(const std::string& json);
virtual void HandleMessageFromDevToolsFrontend(const std::string& message);
- void CreateFrontendHost();
+ void CreateFrontendHost(RenderFrameHost* render_frame_host);
dgozman 2017/06/15 21:16:48 This can be private now.
chenwilliam 2017/06/19 18:33:29 Done.
private:
// WebContentsObserver overrides
void ReadyToCommitNavigation(NavigationHandle* navigation_handle) override;
- void RenderViewCreated(RenderViewHost* render_view_host) override;
void DocumentAvailableInMainFrame() override;
void WebContentsDestroyed() override;

Powered by Google App Engine
This is Rietveld 408576698