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

Unified Diff: chrome/browser/ui/auto_login_prompter.cc

Issue 10105030: TabContents -> WebContentsImpl, part 21. (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
Index: chrome/browser/ui/auto_login_prompter.cc
diff --git a/chrome/browser/ui/auto_login_prompter.cc b/chrome/browser/ui/auto_login_prompter.cc
index 3f4933925d585c72d77df117d478b2aff882f823..aff101a2e35a90f757497107f95bf0950679e13e 100644
--- a/chrome/browser/ui/auto_login_prompter.cc
+++ b/chrome/browser/ui/auto_login_prompter.cc
@@ -155,7 +155,7 @@ void AutoLoginPrompter::Observe(int type,
if (type == content::NOTIFICATION_LOAD_STOP) {
TabContentsWrapper* wrapper =
TabContentsWrapper::GetCurrentWrapperForContents(web_contents_);
- // |wrapper| is NULL for TabContents hosted in HTMLDialog.
+ // |wrapper| is NULL for WebContents hosted in HTMLDialog.
if (wrapper) {
InfoBarTabHelper* infobar_helper = wrapper->infobar_tab_helper();
infobar_helper->AddInfoBar(new AutoLoginInfoBarDelegate(infobar_helper,

Powered by Google App Engine
This is Rietveld 408576698