VR: Prevent VR mode from being set on standalone VR devices.
VR is disabled on standalone devices, but the intent handling and 2D-in-VR support paths don't account for this and erroneously turn on VR mode, or try to launch Chrome in VR, leaving the user stuck on a black screen. This CL ensures that we never set VR mode on standalone devices, and forward VR intents back to the 2D launcher on these devices. Change-Id: I3f8d41f66549f4c24e3056253299c10486f468df Reviewed-on: https://chromium-review.googlesource.com/1003112 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:Yash Malik <ymalik@chromium.org> Cr-Commit-Position: refs/heads/master@{#549898}
Showing
Please register or sign in to comment