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 749343f92ccc677d64a943ac07eab186abb2a226..585ba46f691b602cda7d2473c0388b3e15116666 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -178,6 +178,9 @@ class CONTENT_EXPORT WebContentsImpl |
void DidBlock3DAPIs(const GURL& url, ThreeDAPIType requester); |
+ // Invoked when visible SSL state (as defined by SSLStatus) changes. |
+ void DidChangeVisibleSSLState(); |
+ |
// WebContents ------------------------------------------------------ |
virtual WebContentsDelegate* GetDelegate() OVERRIDE; |
virtual void SetDelegate(WebContentsDelegate* delegate) OVERRIDE; |