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

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

Issue 2707243004: Enable NTPPreferAmpUrls in testing config. (Closed)
Patch Set: Created 3 years, 9 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 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 "platforms": [ 1257 "platforms": [
1258 "android" 1258 "android"
1259 ], 1259 ],
1260 "experiments": [ 1260 "experiments": [
1261 { 1261 {
1262 "name": "EnabledFull" 1262 "name": "EnabledFull"
1263 } 1263 }
1264 ] 1264 ]
1265 } 1265 }
1266 ], 1266 ],
1267 "NTPPreferAmpUrls": [
1268 {
1269 "platforms": [
1270 "android"
1271 ],
1272 "experiments": [
1273 {
1274 "name": "Enabled",
1275 "enable_features": [
1276 "NTPPreferAmpUrls"
1277 ]
1278 }
1279 ]
1280 }
1281 ],
1267 "NTPRecentForeignTabs": [ 1282 "NTPRecentForeignTabs": [
1268 { 1283 {
1269 "platforms": [ 1284 "platforms": [
1270 "android" 1285 "android"
1271 ], 1286 ],
1272 "experiments": [ 1287 "experiments": [
1273 { 1288 {
1274 "name": "Enabled-ThreeHour", 1289 "name": "Enabled-ThreeHour",
1275 "params": { 1290 "params": {
1276 "max_foreign_tabs_age_in_minutes": "180" 1291 "max_foreign_tabs_age_in_minutes": "180"
(...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after
2969 { 2984 {
2970 "name": "Enabled", 2985 "name": "Enabled",
2971 "enable_features": [ 2986 "enable_features": [
2972 "use-new-media-cache" 2987 "use-new-media-cache"
2973 ] 2988 ]
2974 } 2989 }
2975 ] 2990 ]
2976 } 2991 }
2977 ] 2992 ]
2978 } 2993 }
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