| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 8d0ce58b65cef752d8b553a3776c25b3f49a2d6d..fd737e110c79391a4016f0ec028eeca66075c6fc 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
|
|
|