| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index e6a3679d63085f27a8353892342f29fcdc1ec5aa..0cc4557efe6e6658fa6730600c16cdb9e7aa1db8 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -82,7 +82,7 @@ class LocationBarView : public LocationBar,
|
| GetContentSettingBubbleModelDelegate() = 0;
|
|
|
| // Shows permissions and settings for the given web contents.
|
| - virtual void ShowWebsiteSettings(content::WebContents* web_contents) = 0;
|
| + virtual void ShowPageInfo(content::WebContents* web_contents) = 0;
|
|
|
| protected:
|
| virtual ~Delegate() {}
|
|
|