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

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

Issue 2914213002: Delete the NTPPreferAmpUrls feature flag. (Closed)
Patch Set: Rebase. Created 3 years, 6 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 | « components/ntp_snippets/remote/remote_suggestion.cc ('k') | 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 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1609 "platforms": [ 1609 "platforms": [
1610 "android" 1610 "android"
1611 ], 1611 ],
1612 "experiments": [ 1612 "experiments": [
1613 { 1613 {
1614 "name": "EnabledFull" 1614 "name": "EnabledFull"
1615 } 1615 }
1616 ] 1616 ]
1617 } 1617 }
1618 ], 1618 ],
1619 "NTPPreferAmpUrls": [
1620 {
1621 "platforms": [
1622 "android"
1623 ],
1624 "experiments": [
1625 {
1626 "name": "Enabled",
1627 "enable_features": [
1628 "NTPPreferAmpUrls"
1629 ]
1630 }
1631 ]
1632 }
1633 ],
1634 "NTPRecentForeignTabs": [ 1619 "NTPRecentForeignTabs": [
1635 { 1620 {
1636 "platforms": [ 1621 "platforms": [
1637 "android" 1622 "android"
1638 ], 1623 ],
1639 "experiments": [ 1624 "experiments": [
1640 { 1625 {
1641 "name": "Enabled-ThreeHour", 1626 "name": "Enabled-ThreeHour",
1642 "params": { 1627 "params": {
1643 "max_foreign_tabs_age_in_minutes": "180" 1628 "max_foreign_tabs_age_in_minutes": "180"
(...skipping 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after
3500 { 3485 {
3501 "name": "Enabled", 3486 "name": "Enabled",
3502 "enable_features": [ 3487 "enable_features": [
3503 "use-new-media-cache" 3488 "use-new-media-cache"
3504 ] 3489 ]
3505 } 3490 }
3506 ] 3491 ]
3507 } 3492 }
3508 ] 3493 ]
3509 } 3494 }
OLDNEW
« no previous file with comments | « components/ntp_snippets/remote/remote_suggestion.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698