Commit bacc318f authored by OlivierLi's avatar OlivierLi Committed by Commit Bot

Update ProfileSyncServiceUsesThreadPool config for fieldtrial to follow finch changes

Bug: 1047269
Change-Id: Idc9e1547a2be65ff638429ecffcdd6c5149c1b50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031753Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Oliver Li <olivierli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737462}
parent 14f70a9a
...@@ -2973,6 +2973,34 @@ ...@@ -2973,6 +2973,34 @@
] ]
} }
], ],
"HistoryServiceAndProfileSyncServiceUseThreadPool": [
{
"platforms": [
"android",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "all_enabled_20200129",
"enable_features": [
"HistoryServiceUsesTaskScheduler",
"ProfileSyncServiceUsesThreadPool"
]
},
{
"name": "all_disabled_20200129",
"disable_features": [
"HistoryServiceUsesTaskScheduler",
"ProfileSyncServiceUsesThreadPool"
]
}
]
}
],
"IDBTombstoneSweeper": [ "IDBTombstoneSweeper": [
{ {
"platforms": [ "platforms": [
...@@ -5141,26 +5169,6 @@ ...@@ -5141,26 +5169,6 @@
] ]
} }
], ],
"ProfileSyncServiceUsesThreadPool": [
{
"platforms": [
"android",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled_20191112",
"enable_features": [
"ProfileSyncServiceUsesThreadPool"
]
}
]
}
],
"ProgressBarAnimationAndroid": [ "ProgressBarAnimationAndroid": [
{ {
"platforms": [ "platforms": [
......
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