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

Unified Diff: chrome/browser/chromeos/login/simple_web_view_dialog.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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/webui_login_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/simple_web_view_dialog.cc
diff --git a/chrome/browser/chromeos/login/simple_web_view_dialog.cc b/chrome/browser/chromeos/login/simple_web_view_dialog.cc
index 601791ad1a6a9f2fe2ebfe7118410e588f56352a..4f18546e840acd09f143a449797ffe33313a21d1 100644
--- a/chrome/browser/chromeos/login/simple_web_view_dialog.cc
+++ b/chrome/browser/chromeos/login/simple_web_view_dialog.cc
@@ -142,8 +142,9 @@ void SimpleWebViewDialog::StartLoad(const GURL& url) {
web_view_container_.reset(new views::WebView(profile_));
web_view_ = web_view_container_.get();
- // 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 | « no previous file | chrome/browser/chromeos/login/webui_login_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698