| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index ffa11830fa4a814fafa1328e10209ea32d58999b..315a05a8df3fd247f9f49a9812b6f352d16e8b7f 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -218,6 +218,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual base::TerminationStatus GetCrashedStatus() const OVERRIDE;
|
| virtual bool IsBeingDestroyed() const OVERRIDE;
|
| virtual void NotifyNavigationStateChanged(unsigned changed_flags) OVERRIDE;
|
| + virtual void NotifyVisibleSSLStateChanged() OVERRIDE;
|
| virtual base::TimeTicks GetLastSelectedTime() const OVERRIDE;
|
| virtual void WasShown() OVERRIDE;
|
| virtual void WasHidden() OVERRIDE;
|
|
|