Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index e029a3942979f081f6b7d2390670987a25c196f8..a382c43792b10c671f357467e8dc6fce69ac8c6e 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -334,6 +334,9 @@ class Browser : public TabStripModelObserver, |
// fullscreen. |
void WindowFullscreenStateChanged(); |
+ // Invoked when visible SSL state (as defined by SSLStatus) changes. |
+ void VisibleSSLStateChanged(content::WebContents* web_contents); |
+ |
// Assorted browser commands //////////////////////////////////////////////// |
// NOTE: Within each of the following sections, the IDs are ordered roughly by |