| 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 d82b1940a9a5658445ddc78fb2566375c0ae77a5..9b1a594390dbfe0e11a241bc8148ec92e5e29b2b 100644
|
| --- a/chrome/browser/android/vr_shell/vr_web_contents_observer.h
|
| +++ b/chrome/browser/android/vr_shell/vr_web_contents_observer.h
|
| @@ -42,6 +42,8 @@ class CONTENT_EXPORT VrWebContentsObserver
|
| void WebContentsDestroyed() override;
|
| void WasHidden() override;
|
|
|
| + void SetSecurityLevel();
|
| +
|
| // This class does not own the UI interface.
|
| UiInterface* ui_interface_;
|
| VrShell* vr_shell_;
|
|
|