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

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

Issue 2746453002: [NTP::SectionOrder] Add fieldtrial_testing_config for the experiment. (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 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 "mac", 1292 "mac",
1293 "win" 1293 "win"
1294 ], 1294 ],
1295 "experiments": [ 1295 "experiments": [
1296 { 1296 {
1297 "name": "Enabled" 1297 "name": "Enabled"
1298 } 1298 }
1299 ] 1299 ]
1300 } 1300 }
1301 ], 1301 ],
1302 "NTPPersonalizedSectionRanking": [
1303 {
1304 "platforms": [
1305 "android"
1306 ],
1307 "experiments": [
1308 {
1309 "name": "Enabled-ClickBasedRanker",
1310 "params": {
1311 "category_ranker": "click_based"
1312 },
1313 "enable_features": [
1314 "ContentSuggestionsCategoryRanker"
1315 ]
1316 }
1317 ]
1318 }
1319 ],
1302 "NTPPopularSites": [ 1320 "NTPPopularSites": [
1303 { 1321 {
1304 "platforms": [ 1322 "platforms": [
1305 "android" 1323 "android"
1306 ], 1324 ],
1307 "experiments": [ 1325 "experiments": [
1308 { 1326 {
1309 "name": "EnabledFull" 1327 "name": "EnabledFull"
1310 } 1328 }
1311 ] 1329 ]
(...skipping 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after
3011 { 3029 {
3012 "name": "Enabled", 3030 "name": "Enabled",
3013 "enable_features": [ 3031 "enable_features": [
3014 "use-new-media-cache" 3032 "use-new-media-cache"
3015 ] 3033 ]
3016 } 3034 }
3017 ] 3035 ]
3018 } 3036 }
3019 ] 3037 ]
3020 } 3038 }
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