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

Unified Diff: content/public/browser/devtools_client_host.h

Issue 10073023: TabContents -> WebContentsImpl, part 14. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/navigation_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/devtools_client_host.h
diff --git a/content/public/browser/devtools_client_host.h b/content/public/browser/devtools_client_host.h
index 6c9a218b4d4591b78dc060bf1d6f8a423f060b62..ef23c3e2ae10e23430309a9d9f4002c0053daf32 100644
--- a/content/public/browser/devtools_client_host.h
+++ b/content/public/browser/devtools_client_host.h
@@ -43,8 +43,8 @@ class CONTENT_EXPORT DevToolsClientHost {
// Invoked when the contents are replaced by another contents.
virtual void ContentsReplaced(WebContents* new_contents) = 0;
- // Creates DevToolsClientHost for TabContents containing default DevTools
- // frontend implementation.
+ // Creates a DevToolsClientHost for a WebContents containing the default
+ // DevTools frontend implementation.
static DevToolsClientHost* CreateDevToolsFrontendHost(
WebContents* client_web_contents,
DevToolsFrontendHostDelegate* delegate);
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/navigation_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698