Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index 04c404619d36a56492aebf094b2288a6e6562cc3..f24b78df3cabe658256a03af585f0583946a38b0 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -286,6 +286,16 @@ class BrowserWindow { |
const content::SSLStatus& ssl, |
bool show_history) = 0; |
+ // Shows the website settings using the specified informatin. |url| is the url |
jennb
2012/02/17 18:13:45
informatin
markusheintz_
2012/02/20 10:18:07
Done.
|
+ // of the page/frame the info applies to, |ssl| is the SSL information for |
+ // that page/frame. If |show_history| is true, a section showing how many |
+ // times that URL has been visited is added to the page info. |
+ virtual void ShowWebsiteSettings(Profile* profile, |
+ TabContentsWrapper* tab_contents_wrapper, |
+ const GURL& url, |
+ const content::SSLStatus& ssl, |
+ bool show_history) = 0; |
+ |
// Shows the app menu (for accessibility). |
virtual void ShowAppMenu() = 0; |