Index: chrome/browser/ui/views/frame/browser_view.cc |
=================================================================== |
--- chrome/browser/ui/views/frame/browser_view.cc (revision 138673) |
+++ chrome/browser/ui/views/frame/browser_view.cc (working copy) |
@@ -1138,7 +1138,7 @@ |
const SSLStatus& ssl, |
bool show_history) { |
browser::ShowPageInfoBubble(GetLocationBarView()->location_icon_view(), |
- profile, url, ssl, show_history); |
+ profile, url, ssl, show_history, browser_.get()); |
} |
void BrowserView::ShowWebsiteSettings(Profile* profile, |