Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm

Issue 1995813002: Use the virtual URL of the page in the Page Info Bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Mac build Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698