| 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 53b04ae02c6a0fba445f5ab66b99a0e1967f8c4e..3bd26d1f6190f3a35498c00318a87cd4f3681474 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -183,9 +183,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,
|
| @@ -337,6 +334,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;
|
|
|