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