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

Unified Diff: content/browser/devtools/devtools_agent_host_impl.h

Issue 442303002: DevTools: migrate DevTools APIs to use WebContents instead of RenderViewHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for landing Created 6 years, 4 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/browser/devtools/devtools_agent_host_impl.h
diff --git a/content/browser/devtools/devtools_agent_host_impl.h b/content/browser/devtools/devtools_agent_host_impl.h
index d0fad668b492522b6f0444cde903cc932d0fec08..d20a8b793505146e0fd147a43f5623a50f1bc9d1 100644
--- a/content/browser/devtools/devtools_agent_host_impl.h
+++ b/content/browser/devtools/devtools_agent_host_impl.h
@@ -47,11 +47,11 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost {
virtual std::string GetId() OVERRIDE;
- virtual RenderViewHost* GetRenderViewHost() OVERRIDE;
+ virtual WebContents* GetWebContents() OVERRIDE;
- virtual void DisconnectRenderViewHost() OVERRIDE;
+ virtual void DisconnectWebContents() OVERRIDE;
- virtual void ConnectRenderViewHost(RenderViewHost* rvh) OVERRIDE;
+ virtual void ConnectWebContents(WebContents* rvh) OVERRIDE;
virtual bool IsWorker() const OVERRIDE;
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_settings_handler.cc ('k') | content/browser/devtools/devtools_agent_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698