| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index 7a8e9645769e7420846251a68b733aa4863eb601..1d5f3057b7c8053b803c1e7faddc6c181301db1e 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -191,6 +191,9 @@
|
| # system).
|
| use_gconf = is_linux && !is_chromeos && !is_chromecast && !is_headless
|
|
|
| +# 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
|
|
|