Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2653443002: Update NetworkTimeQueries field trial config (Closed)
Patch Set: meacer suggestion: configure finch via command line Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 10 "enable_features": [
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1204 "platforms": [ 1204 "platforms": [
1205 "android", 1205 "android",
1206 "chromeos", 1206 "chromeos",
1207 "ios", 1207 "ios",
1208 "linux", 1208 "linux",
1209 "mac", 1209 "mac",
1210 "win" 1210 "win"
1211 ], 1211 ],
1212 "experiments": [ 1212 "experiments": [
1213 { 1213 {
1214 "name": "NetworkTimeQueriesEnabled", 1214 "name": "NetworkTimeQueriesEnabledBackgroundAndOnDemand",
1215 "params": {
1216 "FetchBehavior": "background-and-on-demand"
1217 },
1215 "enable_features": [ 1218 "enable_features": [
1216 "NetworkTimeServiceQuerying" 1219 "NetworkTimeServiceQuerying"
1217 ] 1220 ]
1218 } 1221 }
1219 ] 1222 ]
1220 } 1223 }
1221 ], 1224 ],
1222 "NewProfileManagement": [ 1225 "NewProfileManagement": [
1223 { 1226 {
1224 "platforms": [ 1227 "platforms": [
(...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after
2599 { 2602 {
2600 "name": "Enabled", 2603 "name": "Enabled",
2601 "enable_features": [ 2604 "enable_features": [
2602 "use-new-media-cache" 2605 "use-new-media-cache"
2603 ] 2606 ]
2604 } 2607 }
2605 ] 2608 ]
2606 } 2609 }
2607 ] 2610 ]
2608 } 2611 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698