Commit 5e31454a authored by James Cook's avatar James Cook Committed by Commit Bot

chromeos: Disable SplitSettingsSync by default

We're moving the launch to M-85.

Bug: 1013466
Change-Id: I864d118f8b79e7c564477c4cf7a0731e9c4982aa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2183169Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#766519}
parent ccbf5b38
...@@ -353,7 +353,7 @@ const base::Feature kSmartDimModelV3{"SmartDimModelV3", ...@@ -353,7 +353,7 @@ const base::Feature kSmartDimModelV3{"SmartDimModelV3",
// For example, the user could choose to sync OS settings but not browser // For example, the user could choose to sync OS settings but not browser
// settings. // settings.
const base::Feature kSplitSettingsSync{"SplitSettingsSync", const base::Feature kSplitSettingsSync{"SplitSettingsSync",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// Introduces a new OOBE dialog for the OS sync feature. Uses the same browser // Introduces a new OOBE dialog for the OS sync feature. Uses the same browser
// sync consent dialog as Windows/Mac/Linux. Allows the user to fully opt-out of // sync consent dialog as Windows/Mac/Linux. Allows the user to fully opt-out of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment