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

Unified Diff: chrome/browser/ui/cocoa/browser_window_cocoa.mm

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/cocoa/browser_window_cocoa.mm
===================================================================
--- chrome/browser/ui/cocoa/browser_window_cocoa.mm (revision 138673)
+++ chrome/browser/ui/cocoa/browser_window_cocoa.mm (working copy)
@@ -501,7 +501,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_);
}
void BrowserWindowCocoa::ShowWebsiteSettings(
« no previous file with comments | « chrome/browser/chromeos/login/simple_web_view_dialog.cc ('k') | chrome/browser/ui/cocoa/page_info_bubble_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698