| 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 474e7aadc3b66b94f05e4718da090cd458c61cf3..131e18381189025e83ee887866102342476af074 100644
|
| --- a/chrome/browser/android/vr_shell/ui_interface.h
|
| +++ b/chrome/browser/android/vr_shell/ui_interface.h
|
| @@ -33,7 +33,8 @@ class UiInterface {
|
|
|
| void SetMode(Mode mode);
|
| Mode GetMode() { return mode_; }
|
| - void SetSecureOrigin(bool secure);
|
| + void SetSecurityLevel(int level);
|
| + void SetWebVRSecureOrigin(bool secure);
|
| void SetLoading(bool loading);
|
| void SetURL(const GURL& url);
|
|
|
|
|