OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |