Chromium Code Reviews

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

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Rename everything. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 7fdeb40d5047a579457f4e1451c6b155656a7854..ec453049eccf37bdf61df9fe727c1a80030b3add 100644
--- a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
+++ b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
@@ -123,7 +123,7 @@ bool LocationIconDecoration::OnMousePressed(NSRect frame, NSPoint location) {
WebContents* tab = owner_->GetWebContents();
Browser* browser = chrome::FindBrowserWithWebContents(tab);
- chrome::ShowWebsiteSettings(browser, tab);
+ chrome::ShowPageInfo(browser, tab);
return true;
}

Powered by Google App Engine