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 4605c8ddb1bed7a440923a41572674f201978d9f..805b7ff3aa5379b44b973bc3f86be90baad2437c 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; |
bool PreHandleKeyboardEvent(const content::NativeWebKeyboardEvent& event, |
bool* is_keyboard_shortcut) override; |