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

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

Issue 2675903002: Revert of 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
« no previous file with comments | « components/component_updater/configurator_impl.cc ('k') | 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": [
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 ],
22 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
23 { 3 {
24 "platforms": [ 4 "platforms": [
25 "android" 5 "android"
26 ], 6 ],
27 "experiments": [ 7 "experiments": [
28 { 8 {
29 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
30 "enable_features": [ 10 "enable_features": [
31 "AndroidSpellCheckerNonLowEnd" 11 "AndroidSpellCheckerNonLowEnd"
(...skipping 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2689 { 2669 {
2690 "name": "Enabled", 2670 "name": "Enabled",
2691 "enable_features": [ 2671 "enable_features": [
2692 "use-new-media-cache" 2672 "use-new-media-cache"
2693 ] 2673 ]
2694 } 2674 }
2695 ] 2675 ]
2696 } 2676 }
2697 ] 2677 ]
2698 } 2678 }
OLDNEW
« no previous file with comments | « components/component_updater/configurator_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698