Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index 3bbb0b61b343641741aa2bdbfe6b0c0b7d4807bb..b1e9280c0921a5e4d1057ed114f07f16961abc40 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -207,6 +207,5 @@ |
# Whether to back up data before sync. |
enable_pre_sync_backup = is_win || is_mac || (is_linux && !is_chromeos) |
-# Enable WebVR support by default on Android |
-# Still requires command line flag to access API |
-enable_webvr = is_android |
+# WebVR support disabled until platform implementations have been added |
+enable_webvr = false |