| 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 cf2ae941d42dc9c93de0a9808811bddd41b82564..de02ad0a6e8b74d76a9e33bb38a634b19a85c68f 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| +++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/timer/timer.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/android/vr_shell/ui_interface.h"
|
| +#include "chrome/browser/android/vr_shell/ui_unsupported_mode.h"
|
| #include "device/vr/vr_types.h"
|
|
|
| class GURL;
|
| @@ -66,6 +67,7 @@ class UiSceneManager {
|
| void OnSecurityWarningTimer();
|
| void OnBackButtonClicked();
|
| void OnCloseButtonClicked();
|
| + void OnUnsupportedMode(UiUnsupportedMode mode);
|
| int AllocateId();
|
|
|
| VrBrowserInterface* browser_;
|
|
|