| 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 cad76a38d0d27109813246e382e00d3071c97d42..f8542d99ca91595c46c3336f16b43aff1f20414f 100644
|
| --- a/chrome/browser/android/vr_shell/ui_interface.h
|
| +++ b/chrome/browser/android/vr_shell/ui_interface.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_ANDROID_VR_SHELL_UI_INTERFACE_H_
|
| #define CHROME_BROWSER_ANDROID_VR_SHELL_UI_INTERFACE_H_
|
|
|
| +#include "components/security_state/core/security_state.h"
|
| +
|
| class GURL;
|
|
|
| namespace vr_shell {
|
| @@ -26,7 +28,7 @@ class UiInterface {
|
| virtual void SetWebVrMode(bool enabled) = 0;
|
| virtual void SetURL(const GURL& url) = 0;
|
| virtual void SetFullscreen(bool enabled) = 0;
|
| - virtual void SetSecurityLevel(int level) = 0;
|
| + virtual void SetSecurityLevel(security_state::SecurityLevel level) = 0;
|
| virtual void SetWebVrSecureOrigin(bool secure) = 0;
|
| virtual void SetLoading(bool loading) = 0;
|
| virtual void SetLoadProgress(float progress) = 0;
|
|
|