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

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

Issue 2931083002: Remove the fieldtrial testing confg for WebRTC-TunedClippingLevelMin (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 3364 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 "mac", 3375 "mac",
3376 "win" 3376 "win"
3377 ], 3377 ],
3378 "experiments": [ 3378 "experiments": [
3379 { 3379 {
3380 "name": "Enabled" 3380 "name": "Enabled"
3381 } 3381 }
3382 ] 3382 ]
3383 } 3383 }
3384 ], 3384 ],
3385 "WebRTC-TunedClippingLevelMin-SessionRandomized": [
3386 {
3387 "platforms": [
3388 "chromeos",
3389 "linux",
3390 "mac",
3391 "win"
3392 ],
3393 "experiments": [
3394 {
3395 "name": "TunedClippingLevelMin070",
3396 "enable_features": [
3397 "TunedClippingLevelMin70"
3398 ],
3399 "disable_features": [
3400 "TunedClippingLevelMin110",
3401 "TunedClippingLevelMin150",
3402 "TunedClippingLevelMin170",
3403 "TunedClippingLevelMin30"
3404 ]
3405 }
3406 ]
3407 }
3408 ],
3409 "use-new-media-cache": [ 3385 "use-new-media-cache": [
3410 { 3386 {
3411 "platforms": [ 3387 "platforms": [
3412 "android", 3388 "android",
3413 "chromeos", 3389 "chromeos",
3414 "linux", 3390 "linux",
3415 "mac", 3391 "mac",
3416 "win" 3392 "win"
3417 ], 3393 ],
3418 "experiments": [ 3394 "experiments": [
3419 { 3395 {
3420 "name": "Enabled", 3396 "name": "Enabled",
3421 "enable_features": [ 3397 "enable_features": [
3422 "use-new-media-cache" 3398 "use-new-media-cache"
3423 ] 3399 ]
3424 } 3400 }
3425 ] 3401 ]
3426 } 3402 }
3427 ] 3403 ]
3428 } 3404 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698