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 3e7e77a05bafcd01db1957536fb5bcfa8f5aad37..03a7fb1a7e0ab9abac9fd2e995b9fde10469f553 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -298,6 +298,11 @@ class BrowserView : public BrowserWindow, |
const GURL& url, |
const content::SSLStatus& ssl, |
bool show_history) OVERRIDE; |
+ virtual void ShowWebsiteSettings(Profile* profile, |
+ TabContentsWrapper* tab_contents_wrapper, |
+ const GURL& url, |
+ const content::SSLStatus& ssl, |
+ bool show_history) OVERRIDE; |
virtual void ShowAppMenu() OVERRIDE; |
virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event, |
bool* is_keyboard_shortcut) OVERRIDE; |