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

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

Issue 2889173003: [NTP Favicons] Add testing config for two features for fetching icons. (Closed)
Patch Set: Created 3 years, 7 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 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 "bookmarks_consider_desktop_visits": "true", 1530 "bookmarks_consider_desktop_visits": "true",
1531 "bookmarks_max_age_in_days": "21" 1531 "bookmarks_max_age_in_days": "21"
1532 }, 1532 },
1533 "enable_features": [ 1533 "enable_features": [
1534 "NTPBookmarkSuggestions" 1534 "NTPBookmarkSuggestions"
1535 ] 1535 ]
1536 } 1536 }
1537 ] 1537 ]
1538 } 1538 }
1539 ], 1539 ],
1540 "NTPFaviconsFromNewServer": [
1541 {
1542 "platforms": [
1543 "android"
1544 ],
1545 "experiments": [
1546 {
1547 "name": "Enabled",
1548 "enable_features": [
1549 "ContentSuggestionsFaviconsFromNewServer"
1550 ]
1551 }
1552 ]
1553 }
1554 ],
1540 "NTPLaunchAfterInactivity": [ 1555 "NTPLaunchAfterInactivity": [
1541 { 1556 {
1542 "platforms": [ 1557 "platforms": [
1543 "android" 1558 "android"
1544 ], 1559 ],
1545 "experiments": [ 1560 "experiments": [
1546 { 1561 {
1547 "name": "OneHourDelay", 1562 "name": "OneHourDelay",
1548 "params": { 1563 "params": {
1549 "delay_in_mins": "60" 1564 "delay_in_mins": "60"
1550 }, 1565 },
1551 "enable_features": [ 1566 "enable_features": [
1552 "NTPLaunchAfterInactivity" 1567 "NTPLaunchAfterInactivity"
1553 ] 1568 ]
1554 } 1569 }
1555 ] 1570 ]
1556 } 1571 }
1557 ], 1572 ],
1573 "NTPMostLikelyFaviconsFromServer": [
1574 {
1575 "platforms": [
1576 "android",
1577 "ios"
1578 ],
1579 "experiments": [
1580 {
1581 "name": "Enabled",
1582 "enable_features": [
1583 "NTPMostLikelyFaviconsFromServer"
1584 ]
1585 }
1586 ]
1587 }
1588 ],
1558 "NTPPersonalizedSectionRanking": [ 1589 "NTPPersonalizedSectionRanking": [
1559 { 1590 {
1560 "platforms": [ 1591 "platforms": [
1561 "android" 1592 "android"
1562 ], 1593 ],
1563 "experiments": [ 1594 "experiments": [
1564 { 1595 {
1565 "name": "Enabled-ClickBasedRanker", 1596 "name": "Enabled-ClickBasedRanker",
1566 "params": { 1597 "params": {
1567 "category_ranker": "click_based" 1598 "category_ranker": "click_based"
(...skipping 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after
3380 { 3411 {
3381 "name": "Enabled", 3412 "name": "Enabled",
3382 "enable_features": [ 3413 "enable_features": [
3383 "use-new-media-cache" 3414 "use-new-media-cache"
3384 ] 3415 ]
3385 } 3416 }
3386 ] 3417 ]
3387 } 3418 }
3388 ] 3419 ]
3389 } 3420 }
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