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

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

Issue 2838273003: AMP Background Tab: field trial testing configuration. (Closed)
Patch Set: comments Created 3 years, 5 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"
11 ], 11 ],
12 "experiments": [ 12 "experiments": [
13 { 13 {
14 "name": "AlternateComponentUrls", 14 "name": "AlternateComponentUrls",
15 "enable_features": [ 15 "enable_features": [
16 "AlternateComponentUrls" 16 "AlternateComponentUrls"
17 ] 17 ]
18 } 18 }
19 ] 19 ]
20 } 20 }
21 ], 21 ],
22 "AmpBackgroundTab": [
23 {
24 "platforms": [
25 "android"
26 ],
27 "experiments": [
28 {
29 "name": "AmpBackgroundTab",
30 "enable_features": [
31 "CCTBackgroundTab"
32 ]
33 }
34 ]
35 }
36 ],
22 "AndroidAIAFetching": [ 37 "AndroidAIAFetching": [
23 { 38 {
24 "platforms": [ 39 "platforms": [
25 "android" 40 "android"
26 ], 41 ],
27 "experiments": [ 42 "experiments": [
28 { 43 {
29 "name": "Enabled", 44 "name": "Enabled",
30 "enable_features": [ 45 "enable_features": [
31 "AndroidAIAFetching" 46 "AndroidAIAFetching"
(...skipping 3429 matching lines...) Expand 10 before | Expand all | Expand 10 after
3461 { 3476 {
3462 "name": "Enabled", 3477 "name": "Enabled",
3463 "enable_features": [ 3478 "enable_features": [
3464 "use-new-media-cache" 3479 "use-new-media-cache"
3465 ] 3480 ]
3466 } 3481 }
3467 ] 3482 ]
3468 } 3483 }
3469 ] 3484 ]
3470 } 3485 }
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