| 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 b4a24ac25b18f39372b0774413fa20afdae79390..faafe79e3188bf1ef8f5ddc42de929cff63ce49e 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;
|
|
|
|
|