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[] = |