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

Unified Diff: chrome/browser/chromeos/login/webui_login_view.cc

Issue 10534104: TabContentsWrapper -> TabContents, part 55. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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: chrome/browser/chromeos/login/webui_login_view.cc
diff --git a/chrome/browser/chromeos/login/webui_login_view.cc b/chrome/browser/chromeos/login/webui_login_view.cc
index b5ab28f026623a191ffabcdf6e6185c66af6fcae..664b9a85f21f08ce453518fd12078d35500907c5 100644
--- a/chrome/browser/chromeos/login/webui_login_view.cc
+++ b/chrome/browser/chromeos/login/webui_login_view.cc
@@ -141,8 +141,9 @@ void WebUILoginView::Init(views::Widget* login_window) {
webui_login_ = new views::WebView(ProfileManager::GetDefaultProfile());
AddChildView(webui_login_);
- // We create the WebContents ourselves because the TCW assumes ownership of
- // it. This should be reworked once we don't need to use the TCW here.
+ // We create the WebContents ourselves because the TabContents assumes
+ // ownership of it. This should be reworked once we don't need to use the
+ // TabContents here.
WebContents* web_contents =
WebContents::Create(ProfileManager::GetDefaultProfile(),
NULL,
« no previous file with comments | « chrome/browser/chromeos/login/simple_web_view_dialog.cc ('k') | chrome/browser/download/download_request_limiter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698