| 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;
 | 
|  }
 | 
|  
 | 
| 
 |