| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 9822e2b1b88989e84821cd2959e3be9c8b22fecb..8707948d69f529388213d4eedeb86bb37002fcd5 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
|
|
|