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

Unified Diff: chrome/browser/infobars/infobar_delegate.cc

Issue 14241006: Eliminate InfoBarTabHelper. Make InfoBarService a concrete class. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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 | « chrome/browser/infobars/infobar_container.cc ('k') | chrome/browser/infobars/infobar_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/infobars/infobar_delegate.cc
===================================================================
--- chrome/browser/infobars/infobar_delegate.cc (revision 195254)
+++ chrome/browser/infobars/infobar_delegate.cc (working copy)
@@ -99,7 +99,7 @@
}
void InfoBarDelegate::StoreActiveEntryUniqueID() {
- content::WebContents* web_contents = owner_->GetWebContents();
+ content::WebContents* web_contents = owner_->web_contents();
DCHECK(web_contents);
NavigationEntry* active_entry =
web_contents->GetController().GetActiveEntry();
« no previous file with comments | « chrome/browser/infobars/infobar_container.cc ('k') | chrome/browser/infobars/infobar_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698