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

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

Issue 2676563002: Change WebRTC-TunedClippingLevelMin-SessionRandomized in testing config (Closed)
Patch Set: Created 3 years, 10 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 2673 matching lines...) Expand 10 before | Expand all | Expand 10 after
2684 "platforms": [ 2684 "platforms": [
2685 "chromeos", 2685 "chromeos",
2686 "linux", 2686 "linux",
2687 "mac", 2687 "mac",
2688 "win" 2688 "win"
2689 ], 2689 ],
2690 "experiments": [ 2690 "experiments": [
2691 { 2691 {
2692 "name": "Enabled", 2692 "name": "Enabled",
2693 "enable_features": [ 2693 "enable_features": [
2694 "TunedClippingLevelMin30" 2694 "TunedClippingLevelMin70"
2695 ] 2695 ]
2696 } 2696 }
2697 ] 2697 ]
2698 } 2698 }
2699 ], 2699 ],
2700 "use-new-media-cache": [ 2700 "use-new-media-cache": [
2701 { 2701 {
2702 "platforms": [ 2702 "platforms": [
2703 "android", 2703 "android",
2704 "chromeos", 2704 "chromeos",
2705 "linux", 2705 "linux",
2706 "mac", 2706 "mac",
2707 "win" 2707 "win"
2708 ], 2708 ],
2709 "experiments": [ 2709 "experiments": [
2710 { 2710 {
2711 "name": "Enabled", 2711 "name": "Enabled",
2712 "enable_features": [ 2712 "enable_features": [
2713 "use-new-media-cache" 2713 "use-new-media-cache"
2714 ] 2714 ]
2715 } 2715 }
2716 ] 2716 ]
2717 } 2717 }
2718 ] 2718 ]
2719 } 2719 }
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