Index: chrome/browser/ui/views/frame/browser_view.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc |
index 7ed2910abe3fb272826832bb9fa0c542718a631f..8cd84a6c309ffc7f798e16ce9846b56c5373d66a 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -1210,6 +1210,13 @@ void BrowserView::ShowPageInfo(Profile* profile, |
profile, url, ssl, show_history); |
} |
+void BrowserView::ShowWebsiteSettings(Profile* profile, |
+ TabContentsWrapper* tab_contents_wrapper, |
+ const GURL& url, |
+ const content::SSLStatus& ssl, |
+ bool show_history) { |
+} |
+ |
void BrowserView::ShowAppMenu() { |
toolbar_->app_menu()->Activate(); |
} |