| Index: chrome/browser/android/vr_shell/ui_scene_manager.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_scene_manager.h b/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| index 6a0cec9b7de630ae59e97a81ad783042f03ff609..9ff26f49aa0b9d406a79487a2831d8a728e1b3af 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| +++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| @@ -12,8 +12,6 @@
|
| #include "chrome/browser/android/vr_shell/ui_interface.h"
|
| #include "device/vr/vr_types.h"
|
|
|
| -class GURL;
|
| -
|
| namespace vr_shell {
|
|
|
| class LoadingIndicator;
|
| @@ -38,7 +36,7 @@ class UiSceneManager {
|
| void SetURL(const GURL& gurl);
|
| void SetWebVrSecureOrigin(bool secure);
|
| void SetWebVrMode(bool web_vr);
|
| - void SetSecurityLevel(int level);
|
| + void SetSecurityLevel(security_state::SecurityLevel level);
|
| void SetLoading(bool loading);
|
| void SetLoadProgress(float progress);
|
| void SetIsExiting();
|
|
|