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