Commit 0f4c62e4 authored by James Cook's avatar James Cook Committed by Commit Bot

chromeos: Improve comment for feature SplitSettingsSync

Better explain the feature, and note that the code may be enabled by a
field trial even though it defaults to disabled.

Bug: none
Change-Id: I6e596f1535f86128df67a8f38f715f0140208258
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236494
Auto-Submit: James Cook <jamescook@chromium.org>
Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#776240}
parent fad181ef
...@@ -359,9 +359,18 @@ const base::Feature kSmartDimNewMlAgent{"SmartDimNewMlAgent", ...@@ -359,9 +359,18 @@ const base::Feature kSmartDimNewMlAgent{"SmartDimNewMlAgent",
const base::Feature kSmartDimModelV3{"SmartDimModelV3", const base::Feature kSmartDimModelV3{"SmartDimModelV3",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// Enables separate sync controls for OS settings (display, keyboard, etc.). // This feature:
// For example, the user could choose to sync OS settings but not browser // - Creates a new "Sync your settings" section in Chrome OS settings
// settings. // - Moves app, wallpaper and Wi-Fi sync to OS settings
// - Provides a separate toggle for OS preferences, distinct from browser
// preferences
// - Makes the OS ModelTypes run in sync transport mode, controlled by a
// master pref for the OS sync feature
// - Updates the OOBE sync consent screen
//
// NOTE: The feature is rolling out via a client-side Finch trial, so the actual
// state will vary. See config in
// chrome/browser/chromeos/sync/split_settings_sync_field_trial.cc
const base::Feature kSplitSettingsSync{"SplitSettingsSync", const base::Feature kSplitSettingsSync{"SplitSettingsSync",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
......
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