Chromium Code Reviews| Index: content/public/browser/web_contents_observer.h |
| diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h |
| index 5db620927adf80a521d2bf4ab737bfda6e779248..0031b3445baad2ab25d2c16fa137cef019a21046 100644 |
| --- a/content/public/browser/web_contents_observer.h |
| +++ b/content/public/browser/web_contents_observer.h |
| @@ -307,6 +307,9 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener, |
| blink::WebSecurityStyle security_style, |
| const SecurityStyleExplanations& security_style_explanations) {} |
| + // This method is invoked when the visible security state of the page changes. |
| + virtual void DidChangeVisibleSecurityState() {} |
|
boliu
2016/12/07 18:58:03
I don't understand why this is needed when Securit
cjgrant
2016/12/07 19:15:53
See my initial comments on the CL. "Security styl
boliu
2016/12/07 19:53:19
I prefer the just one callback. Having two very cl
|
| + |
| // This method is invoked when content was loaded from an in-memory cache. |
| virtual void DidLoadResourceFromMemoryCache( |
| const GURL& url, |