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 0dc58c7a66de814403a1c0ac66f649707a117531..41acf5f9827c19d5066f5af31754c5a1a547efeb 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -1290,7 +1290,8 @@ void BrowserView::ShowWebsiteSettings( |
const GURL& virtual_url, |
const security_state::SecurityInfo& security_info) { |
WebsiteSettingsPopupView::ShowPopup( |
- GetLocationBarView()->GetSecurityBubbleAnchorView(), gfx::Rect(), profile, |
+ GetLocationBarView()->GetSecurityBubbleAnchorView(), |
+ GetLocationBarView()->location_icon_view(), gfx::Rect(), profile, |
web_contents, virtual_url, security_info); |
} |