Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index 167dfb91b69bff2ffd854b93c921f18d2b8a4b4d..d2172e5a99568b3a15133d6c131f8eb2134b1f07 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -341,11 +341,10 @@ class BrowserView : public BrowserWindow, |
bool app_modal, |
const base::Callback<void(bool)>& callback) override; |
void UserChangedTheme() override; |
- void ShowWebsiteSettings( |
- Profile* profile, |
- content::WebContents* web_contents, |
- const GURL& virtual_url, |
- const security_state::SecurityInfo& security_info) override; |
+ void ShowPageInfo(Profile* profile, |
+ content::WebContents* web_contents, |
+ const GURL& virtual_url, |
+ const security_state::SecurityInfo& security_info) override; |
void ShowAppMenu() override; |
content::KeyboardEventProcessingResult PreHandleKeyboardEvent( |
const content::NativeWebKeyboardEvent& event) override; |