| Index: chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| index 549b4a29b1b6d501bc09f54ac10ee7366167dcf8..c48a346f86217956def7c6070977c1eca88e26ac 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| @@ -124,7 +124,7 @@ bool LocationIconDecoration::OnMousePressed(NSRect frame, NSPoint location) {
|
| ChromeSecurityStateModelClient::FromWebContents(tab);
|
| DCHECK(security_model_client);
|
|
|
| - chrome::ShowWebsiteSettings(browser, tab, nav_entry->GetURL(),
|
| + chrome::ShowWebsiteSettings(browser, tab, nav_entry->GetVirtualURL(),
|
| security_model_client->GetSecurityInfo());
|
| return true;
|
| }
|
|
|