Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1249)

Unified Diff: content/public/common/content_switches.cc

Issue 829803003: Adding Chrome-side WebVR interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates/cleanups before pulling in reviewers. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index b32db22dbdb4d6cd75f8c77a54826bfb30e02001..cddcc723aa5fa1491ae162f7e0e8e87f04a3719b 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -478,6 +478,9 @@ const char kEnableViewport[] = "enable-viewport";
// only on mobile browsers.
const char kEnableViewportMeta[] = "enable-viewport-meta";
+// Enables interaction with virtual reality devices.
+const char kEnableVR[] = "enable-vr";
+
// Resizes of the main frame are the caused by changing between landscape
// and portrait mode (i.e. Android) so the page should be rescaled to fit
const char kMainFrameResizesAreOrientationChanges[] =

Powered by Google App Engine
This is Rietveld 408576698