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 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1370 "bookmarks_consider_desktop_visits": "true", | 1370 "bookmarks_consider_desktop_visits": "true", |
1371 "bookmarks_max_age_in_days": "21" | 1371 "bookmarks_max_age_in_days": "21" |
1372 }, | 1372 }, |
1373 "enable_features": [ | 1373 "enable_features": [ |
1374 "NTPBookmarkSuggestions" | 1374 "NTPBookmarkSuggestions" |
1375 ] | 1375 ] |
1376 } | 1376 } |
1377 ] | 1377 ] |
1378 } | 1378 } |
1379 ], | 1379 ], |
| 1380 "NTPLaunchAfterInactivity": [ |
| 1381 { |
| 1382 "platforms": [ |
| 1383 "android" |
| 1384 ], |
| 1385 "experiments": [ |
| 1386 { |
| 1387 "name": "OneHourDelay", |
| 1388 "params": { |
| 1389 "delay_in_mins": "60" |
| 1390 }, |
| 1391 "enable_features": [ |
| 1392 "NTPLaunchAfterInactivity" |
| 1393 ] |
| 1394 } |
| 1395 ] |
| 1396 } |
| 1397 ], |
1380 "NTPPersonalizedSectionRanking": [ | 1398 "NTPPersonalizedSectionRanking": [ |
1381 { | 1399 { |
1382 "platforms": [ | 1400 "platforms": [ |
1383 "android" | 1401 "android" |
1384 ], | 1402 ], |
1385 "experiments": [ | 1403 "experiments": [ |
1386 { | 1404 { |
1387 "name": "Enabled-ClickBasedRanker", | 1405 "name": "Enabled-ClickBasedRanker", |
1388 "params": { | 1406 "params": { |
1389 "category_ranker": "click_based" | 1407 "category_ranker": "click_based" |
(...skipping 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3184 { | 3202 { |
3185 "name": "Enabled", | 3203 "name": "Enabled", |
3186 "enable_features": [ | 3204 "enable_features": [ |
3187 "use-new-media-cache" | 3205 "use-new-media-cache" |
3188 ] | 3206 ] |
3189 } | 3207 } |
3190 ] | 3208 ] |
3191 } | 3209 } |
3192 ] | 3210 ] |
3193 } | 3211 } |
OLD | NEW |