Index: chrome/test/base/test_browser_window.h |
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h |
index 39d8da2f12c8c08b2bc848b894e576f515de1dd4..e56511d802a29159a4041aad05cf3564dc600ead 100644 |
--- a/chrome/test/base/test_browser_window.h |
+++ b/chrome/test/base/test_browser_window.h |
@@ -132,10 +132,11 @@ class TestBrowserWindow : 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 CutCopyPaste(int command_id) override {} |
WindowOpenDisposition GetDispositionForPopupBounds( |
const gfx::Rect& bounds) override; |