| 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 9ff26f49aa0b9d406a79487a2831d8a728e1b3af..d3de7c03909959968ff3f0d7d1a50424d0bd0a96 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"
|
|
|
| namespace vr_shell {
|
| @@ -66,6 +67,7 @@ class UiSceneManager {
|
| void OnSecurityWarningTimer();
|
| void OnBackButtonClicked();
|
| void OnCloseButtonClicked();
|
| + void OnUnsupportedMode(UiUnsupportedMode mode);
|
| int AllocateId();
|
| const ColorScheme& color_scheme() const;
|
|
|
|
|