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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.cc

Issue 10413061: Make PageInfoBubble not use BrowserList::GetLastActive and instead obtain a navigator at creation t… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/gtk/browser_window_gtk.cc
===================================================================
--- chrome/browser/ui/gtk/browser_window_gtk.cc (revision 138673)
+++ chrome/browser/ui/gtk/browser_window_gtk.cc (working copy)
@@ -1131,7 +1131,8 @@
const GURL& url,
const SSLStatus& ssl,
bool show_history) {
- browser::ShowPageInfoBubble(window_, profile, url, ssl, show_history);
+ browser::ShowPageInfoBubble(window_, profile, url, ssl, show_history,
+ browser_.get());
}
void BrowserWindowGtk::ShowWebsiteSettings(
« no previous file with comments | « chrome/browser/ui/cocoa/page_info_bubble_controller_unittest.mm ('k') | chrome/browser/ui/gtk/page_info_bubble_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698