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

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

Issue 2837083003: DevTools: create test infrastructure so devtools drives the test (Closed)
Patch Set: all 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..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_;

Powered by Google App Engine
This is Rietveld 408576698