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

Unified Diff: chrome/browser/ui/omnibox/alternate_nav_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
Index: chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
===================================================================
--- chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc (revision 195011)
+++ chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc (working copy)
@@ -49,7 +49,7 @@
// the future.
content::PAGE_TRANSITION_TYPED,
false);
- owner()->GetWebContents()->OpenURL(params);
+ owner()->web_contents()->OpenURL(params);
// We should always close, even if the navigation did not occur within this
// WebContents.

Powered by Google App Engine
This is Rietveld 408576698