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

Unified Diff: content/browser/webui/web_ui_impl.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/browser/ssl/ssl_policy.h ('k') | content/common/npobject_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webui/web_ui_impl.h
diff --git a/content/browser/webui/web_ui_impl.h b/content/browser/webui/web_ui_impl.h
index 28b73606725f48ab1ec5c44d1a7fbc88e08622e5..57673929fce5f4033485378df90b8f434114ee71 100644
--- a/content/browser/webui/web_ui_impl.h
+++ b/content/browser/webui/web_ui_impl.h
@@ -22,9 +22,9 @@ class CONTENT_EXPORT WebUIImpl : public content::WebUI,
explicit WebUIImpl(content::WebContents* contents);
virtual ~WebUIImpl();
- // Called by TabContents when the RenderView is first created. This is *not*
- // called for every page load because in some cases RenderViewHostManager will
- // reuse RenderView instances.
+ // Called by WebContentsImpl when the RenderView is first created. This is
+ // *not* called for every page load because in some cases
+ // RenderViewHostManager will reuse RenderView instances.
void RenderViewCreated(content::RenderViewHost* render_view_host);
// WebUI implementation:
« no previous file with comments | « content/browser/ssl/ssl_policy.h ('k') | content/common/npobject_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698