| 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 fc3bfa402417ba83698ec99b11868fc7546a2156..f5fa1608b89cb6557a7a9d9961f2dcff7e3bdb6e 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -178,9 +178,6 @@ 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;
|
|
|