| Index: chrome/browser/android/vr_shell/vr_shell.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
|
| index e355d80250a9f02bc42141841332f31d5f0e4b05..0ae8e481a7a1c2bcce70b001a78388bbe583cb72 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "chrome/browser/android/vr_shell/ui_interface.h"
|
| +#include "chrome/browser/android/vr_shell/ui_unsupported_mode.h"
|
| #include "chrome/browser/android/vr_shell/vr_controller_model.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "device/vr/android/gvr/cardboard_gamepad_data_provider.h"
|
| @@ -161,7 +162,7 @@ class VrShell : public device::PresentingGvrDelegate,
|
| void ForceExitVr();
|
| void ExitPresent();
|
| void ExitFullscreen();
|
| - void ExitVrDueToUnsupportedMode();
|
| + void ExitVrDueToUnsupportedMode(UiUnsupportedMode mode);
|
|
|
| void ProcessContentGesture(std::unique_ptr<blink::WebInputEvent> event);
|
| void SubmitControllerModel(std::unique_ptr<VrControllerModel> model);
|
|
|