| 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 c8f43ac0ed8ad1f9de938a6528db698cb54c5ffb..f19f3e01ddc6d379d88523fa35241f26e98dbb9e 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -1321,7 +1321,7 @@ void BrowserView::UserChangedTheme() {
|
| void BrowserView::ShowWebsiteSettings(
|
| Profile* profile,
|
| content::WebContents* web_contents,
|
| - const GURL& url,
|
| + const GURL& virtual_url,
|
| const security_state::SecurityStateModel::SecurityInfo& security_info) {
|
| // Some browser windows have a location icon embedded in the frame. Try to
|
| // use that if it exists. If it doesn't exist, use the location icon from
|
| @@ -1331,7 +1331,7 @@ void BrowserView::ShowWebsiteSettings(
|
| popup_anchor = GetLocationBarView()->location_icon_view()->GetImageView();
|
|
|
| WebsiteSettingsPopupView::ShowPopup(popup_anchor, gfx::Rect(), profile,
|
| - web_contents, url, security_info);
|
| + web_contents, virtual_url, security_info);
|
| }
|
|
|
| void BrowserView::ShowAppMenu() {
|
|
|