| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index beb3dddd95fead3fb82cef1c065537b2e9e8b2f6..5dac267aa171184e86e28f6bb189395073ba2e8e 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -349,9 +349,6 @@ 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
|
| @@ -537,6 +534,8 @@ class Browser : public TabStripModelObserver,
|
| const content::OpenURLParams& params) OVERRIDE;
|
| virtual void NavigationStateChanged(const content::WebContents* source,
|
| unsigned changed_flags) OVERRIDE;
|
| + virtual void VisibleSSLStateChanged(
|
| + const content::WebContents* source) OVERRIDE;
|
| virtual void AddNewContents(content::WebContents* source,
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
|
|