Index: content/public/browser/web_contents_delegate.h |
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h |
index 34a1c07e2fd6d017ecd1a82d70e7e41a31fafe77..52e4747ca5924fe34206ba64d882aef2fa12ee15 100644 |
--- a/content/public/browser/web_contents_delegate.h |
+++ b/content/public/browser/web_contents_delegate.h |
@@ -89,6 +89,10 @@ class CONTENT_EXPORT WebContentsDelegate { |
virtual void NavigationStateChanged(const WebContents* source, |
unsigned changed_flags) {} |
+ // Called to inform the delegate that the WebContent's visible SSL state (as |
+ // defined by SSLStatus) changed. |
+ virtual void VisibleSSLStateChanged(const WebContents* source) {} |
+ |
// Creates a new tab with the already-created WebContents 'new_contents'. |
// The window for the added contents should be reparented correctly when this |
// method returns. If |disposition| is NEW_POPUP, |initial_pos| should hold |