| Index: chrome/browser/android/vr_shell/vr_web_contents_observer.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_web_contents_observer.h b/chrome/browser/android/vr_shell/vr_web_contents_observer.h
|
| index 03e7d086e3287c4ad448ca09559a505dacf3c13b..b9cb69b31dfa2e098193d0b992d7f1a593b24cb8 100644
|
| --- a/chrome/browser/android/vr_shell/vr_web_contents_observer.h
|
| +++ b/chrome/browser/android/vr_shell/vr_web_contents_observer.h
|
| @@ -39,9 +39,7 @@ class CONTENT_EXPORT VrWebContentsObserver
|
| content::NavigationHandle* navigation_handle) override;
|
| void DidToggleFullscreenModeForTab(
|
| bool entered_fullscreen, bool will_cause_resize) override;
|
| - void SecurityStyleChanged(
|
| - blink::WebSecurityStyle security_style,
|
| - const content::SecurityStyleExplanations& explanations) override;
|
| + void DidChangeVisibleSecurityState() override;
|
| void WebContentsDestroyed() override;
|
| void WasHidden() override;
|
| void RenderViewHostChanged(content::RenderViewHost* old_host,
|
|
|