| 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 f469f8626dd2bb50b3530f0a40a467b7f9febb50..44c803abb8b479c2a7f0d96fad04e8273e7a0665 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -1291,7 +1291,8 @@ void BrowserView::ShowPageInfo(
|
| const GURL& virtual_url,
|
| const security_state::SecurityInfo& security_info) {
|
| PageInfoPopupView::ShowPopup(
|
| - GetLocationBarView()->GetSecurityBubbleAnchorView(), gfx::Rect(), profile,
|
| + GetLocationBarView()->GetSecurityBubbleAnchorView(),
|
| + GetLocationBarView()->location_icon_view(), gfx::Rect(), profile,
|
| web_contents, virtual_url, security_info);
|
| }
|
|
|
|
|