| 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 2449b69003ea3295d62480d00d5bf02890dbf011..71ce19c8fdd4bbd02e2fb58bb8a9ebcb812f3cd0 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -1368,8 +1368,8 @@ void BrowserView::ShowWebsiteSettings(Profile* profile,
|
| if (!popup_anchor)
|
| popup_anchor = GetLocationBarView()->location_icon_view();
|
|
|
| - WebsiteSettingsPopupView::ShowPopup(popup_anchor, profile, web_contents, url,
|
| - ssl);
|
| + WebsiteSettingsPopupView::ShowPopup(popup_anchor, gfx::Rect(), profile,
|
| + web_contents, url, ssl);
|
| }
|
|
|
| void BrowserView::ShowAppMenu() {
|
|
|