| 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 400a24283c658850d2048b1a18cad3e04eb3b483..d1d430702481d436ba3d14317494a3b80ff1f4c4 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);
|
|
|