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

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

Issue 2654033009: Update component updater URLs. (Closed)
Patch Set: git pull 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 ],
2 "AndroidAIAFetching": [ 22 "AndroidAIAFetching": [
3 { 23 {
4 "platforms": [ 24 "platforms": [
5 "android" 25 "android"
6 ], 26 ],
7 "experiments": [ 27 "experiments": [
8 { 28 {
9 "name": "Enabled", 29 "name": "Enabled",
10 "enable_features": [ 30 "enable_features": [
11 "AndroidAIAFetching" 31 "AndroidAIAFetching"
(...skipping 2690 matching lines...) Expand 10 before | Expand all | Expand 10 after
2702 { 2722 {
2703 "name": "Enabled", 2723 "name": "Enabled",
2704 "enable_features": [ 2724 "enable_features": [
2705 "use-new-media-cache" 2725 "use-new-media-cache"
2706 ] 2726 ]
2707 } 2727 }
2708 ] 2728 ]
2709 } 2729 }
2710 ] 2730 ]
2711 } 2731 }
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