| 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 d8ab2a22419b077e4e877631cf4f0ed4358a5201..6101ff2950748aacf72b574035a550ed7425a5e4 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -183,6 +183,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;
|
|
|