| 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 f614c24070c12e8a7b07dafc6e7874cba74cfc8c..c15b30f45d2e8f3406968ad105b78340464b3440 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -1295,7 +1295,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);
|
| }
|
|
|
|
|