Index: chrome/browser/ui/views/frame/browser_view.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc |
index 2deae98f3f4f27b3af24bad518cd95c7a44ed0a9..810c6f97f8dcc2e62ea11ebce19ca3d791751e4f 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -1294,7 +1294,8 @@ void BrowserView::ShowPageInfo( |
const GURL& virtual_url, |
const security_state::SecurityInfo& security_info) { |
PageInfoBubbleView::ShowBubble( |
- GetLocationBarView()->GetSecurityBubbleAnchorView(), gfx::Rect(), profile, |
+ GetLocationBarView()->GetSecurityBubbleAnchorView(), |
+ GetLocationBarView()->location_icon_view(), gfx::Rect(), profile, |
web_contents, virtual_url, security_info); |
} |