Commit 806315e6 authored by Mohamed Amir Yosef's avatar Mohamed Amir Yosef Committed by Commit Bot

[Sync::USS] Allow Sync USS Passwords for Linux

Sync USS Password on Linux has been unblocked by recent migrations
in the PasswordManager team that are concluded in the parent CL.
This CL is enabling the about flags for Linux and it enables it by
default for all linux bots.

Change-Id: Ic94267ab0e9e4cce2ac2b02f1dfa9a0a9046e902
Bug: 902349
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718332
Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Reviewed-by: default avatarMikel Astiz <mastiz@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#681044}
parent a6429414
...@@ -3778,8 +3778,7 @@ const FeatureEntry kFeatureEntries[] = { ...@@ -3778,8 +3778,7 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_VALUE_TYPE(switches::kDisableBestEffortTasks)}, SINGLE_VALUE_TYPE(switches::kDisableBestEffortTasks)},
{"enable-sync-uss-passwords", {"enable-sync-uss-passwords",
flag_descriptions::kEnableSyncUSSPasswordsName, flag_descriptions::kEnableSyncUSSPasswordsName,
flag_descriptions::kEnableSyncUSSPasswordsDescription, flag_descriptions::kEnableSyncUSSPasswordsDescription, kOsAll,
kOsMac | kOsWin | kOsCrOS | kOsAndroid,
FEATURE_VALUE_TYPE(switches::kSyncUSSPasswords)}, FEATURE_VALUE_TYPE(switches::kSyncUSSPasswords)},
#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
......
...@@ -5234,6 +5234,7 @@ ...@@ -5234,6 +5234,7 @@
"android", "android",
"chromeos", "chromeos",
"ios", "ios",
"linux",
"mac", "mac",
"windows" "windows"
], ],
......
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