| 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,
|
|
|