| Index: chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.cc b/chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| index ce2d355eb89eb27dc6af285020a3a5cd9655ecb2..129796ae9a9f56f98962953adb213b2a04d77342 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| @@ -394,9 +394,10 @@ ToolbarView::GetContentSettingBubbleModelDelegate() {
|
|
|
| void ToolbarView::ShowWebsiteSettings(
|
| content::WebContents* web_contents,
|
| - const GURL& url,
|
| + const GURL& virtual_url,
|
| const security_state::SecurityStateModel::SecurityInfo& security_info) {
|
| - chrome::ShowWebsiteSettings(browser_, web_contents, url, security_info);
|
| + chrome::ShowWebsiteSettings(browser_, web_contents, virtual_url,
|
| + security_info);
|
| }
|
|
|
| PageActionImageView* ToolbarView::CreatePageActionImageView(
|
|
|