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

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

Issue 2654033009: Update component updater URLs. (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
OLDNEW
1 { 1 {
2 "AlternateComponentUrls": [
3 {
4 "platforms": [
5 "android",
6 "chromeos",
7 "ios",
8 "linux",
9 "mac",
10 "win"
11 ],
12 "experiments": [
13 {
14 "name": "AlternateComponentUrls",
15 "enable_features": [
16 "AlternateComponentUrls"
17 ]
18 }
19 ]
20 }
21 ],
2 "AndroidSpellChecker": [ 22 "AndroidSpellChecker": [
3 { 23 {
4 "platforms": [ 24 "platforms": [
5 "android" 25 "android"
6 ], 26 ],
7 "experiments": [ 27 "experiments": [
8 { 28 {
9 "name": "Enabled_NonLowEnd", 29 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 30 "enable_features": [
11 "AndroidSpellCheckerNonLowEnd" 31 "AndroidSpellCheckerNonLowEnd"
(...skipping 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2669 { 2689 {
2670 "name": "Enabled", 2690 "name": "Enabled",
2671 "enable_features": [ 2691 "enable_features": [
2672 "use-new-media-cache" 2692 "use-new-media-cache"
2673 ] 2693 ]
2674 } 2694 }
2675 ] 2695 ]
2676 } 2696 }
2677 ] 2697 ]
2678 } 2698 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698