| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 31545357a62f7c08382d2f1e7c457a7d5e05cd7f..02f8567fcdcd7cf5e0688a9e268fa60732c5ed22 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -430,9 +430,6 @@
|
| WebContents* outer_web_contents,
|
| RenderFrameHost* outer_contents_frame) = 0;
|
|
|
| - // Invoked when visible security state changes.
|
| - virtual void DidChangeVisibleSecurityState() = 0;
|
| -
|
| // Commands ------------------------------------------------------------------
|
|
|
| // Stop any pending navigation.
|
|
|