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