| Index: chrome/common/features.gni
|
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni
|
| index 46562567b8fb289553b6693971eae2adf607e979..50ce0c265c53d1f5e2bf4cd7a9bd5289da0a2038 100644
|
| --- a/chrome/common/features.gni
|
| +++ b/chrome/common/features.gni
|
| @@ -51,6 +51,12 @@ declare_args() {
|
|
|
| enable_service_discovery = enable_mdns || is_mac
|
|
|
| + # Enables use of the session service, which is enabled by default.
|
| + # Android stores them separately on the Java side.
|
| + enable_session_service = !is_android && !is_ios && !is_chromecast
|
| +
|
| + enable_supervised_users = !is_ios && !is_chromecast
|
| +
|
| # Enables vr shell.
|
| enable_vr_shell = false
|
|
|
|
|