| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index 8ef35f80441b619875b9a32e51c5ad9d1f5d7029..daf51771cded1a368eb942dbf6bfca99e4be94de 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -195,7 +195,3 @@ enable_hangout_services_extension = false
|
|
|
| # 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
|
|
|