| Index: chrome/browser/android/vr_shell/ui_interface.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_interface.h b/chrome/browser/android/vr_shell/ui_interface.h
|
| index 9088ee4dbadd298bcf4b5c357aafdebb98a69886..67505353c9fb33b672b30c9495837922e554cc9b 100644
|
| --- a/chrome/browser/android/vr_shell/ui_interface.h
|
| +++ b/chrome/browser/android/vr_shell/ui_interface.h
|
| @@ -35,8 +35,8 @@ class UiInterface {
|
| bool GetMenuMode() { return menu_mode_; }
|
| void SetFullscreen(bool enabled);
|
| bool GetFullscreen() { return fullscreen_; }
|
| -
|
| - void SetSecureOrigin(bool secure);
|
| + void SetSecurityLevel(int level);
|
| + void SetWebVRSecureOrigin(bool secure);
|
| void SetLoading(bool loading);
|
| void SetURL(const GURL& url);
|
|
|
|
|