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

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

Issue 2223753002: Enable WebFonts intervention v2 for slow2g on variation test waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for other platforms Created 4 years, 4 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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 } 292 }
293 ], 293 ],
294 "VarationsServiceControl": [ 294 "VarationsServiceControl": [
295 { 295 {
296 "group_name": "Interval_30min", 296 "group_name": "Interval_30min",
297 "params": { 297 "params": {
298 "fetch_period_min": "30" 298 "fetch_period_min": "30"
299 } 299 }
300 } 300 }
301 ], 301 ],
302 "WebFontsInterventionV2": [
303 {
304 "group_name": "Enabled-slow2g"
305 }
306 ],
302 "WebRTC-EnableWebRtcEcdsa": [ 307 "WebRTC-EnableWebRtcEcdsa": [
303 { 308 {
304 "enable_features": [ 309 "enable_features": [
305 "WebRTC-EnableWebRtcEcdsa" 310 "WebRTC-EnableWebRtcEcdsa"
306 ], 311 ],
307 "group_name": "Enabled" 312 "group_name": "Enabled"
308 } 313 }
309 ], 314 ],
310 "WebRTC-H264WithOpenH264FFmpeg": [ 315 "WebRTC-H264WithOpenH264FFmpeg": [
311 { 316 {
(...skipping 15 matching lines...) Expand all
327 ], 332 ],
328 "use-new-media-cache": [ 333 "use-new-media-cache": [
329 { 334 {
330 "enable_features": [ 335 "enable_features": [
331 "use-new-media-cache" 336 "use-new-media-cache"
332 ], 337 ],
333 "group_name": "Enabled" 338 "group_name": "Enabled"
334 } 339 }
335 ] 340 ]
336 } 341 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698