| 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 c9e3649b0621769ed721702b16df5913fc23d2ab..6dfb09e2f63ddf349488cca108f403be8469c977 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -182,9 +182,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| // plugins it is hosting.
|
| void CancelActiveAndPendingDialogs();
|
|
|
| - // Invoked when visible SSL state (as defined by SSLStatus) changes.
|
| - void DidChangeVisibleSSLState();
|
| -
|
| // Informs the render view host and the BrowserPluginEmbedder, if present, of
|
| // a Drag Source End.
|
| void DragSourceEndedAt(int client_x, int client_y, int screen_x,
|
| @@ -336,6 +333,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| void AttachToOuterWebContentsFrame(
|
| WebContents* outer_web_contents,
|
| RenderFrameHost* outer_contents_frame) override;
|
| + void DidChangeVisibleSecurityState() override;
|
| void Stop() override;
|
| WebContents* Clone() override;
|
| void ReloadFocusedFrame(bool bypass_cache) override;
|
|
|