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 28a2a56ffd464e0bf4b426aff031f83827968e8e..a18f74817c37893e669e06791811c9354931083a 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -340,10 +340,11 @@ 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& url, |
- const content::SSLStatus& ssl) override; |
+ void ShowWebsiteSettings( |
+ Profile* profile, |
+ content::WebContents* web_contents, |
+ const GURL& url, |
+ const SecurityStateModel::SecurityInfo& security_info) override; |
void ShowAppMenu() override; |
bool PreHandleKeyboardEvent(const content::NativeWebKeyboardEvent& event, |
bool* is_keyboard_shortcut) override; |