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

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

Issue 2885023002: Add NTPCondensedLayout to test config. (Closed)
Patch Set: Add NTPCondensedLayout to test config. 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 | « chrome/android/javatests/src/org/chromium/chrome/browser/ntp/NewTabPageTest.java ('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 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 "user_classifier_active_consumer_clicks_at_least_once_pe r_hours": "96", 1514 "user_classifier_active_consumer_clicks_at_least_once_pe r_hours": "96",
1515 "user_classifier_rare_user_opens_ntp_at_most_once_per_ho urs": "66" 1515 "user_classifier_rare_user_opens_ntp_at_most_once_per_ho urs": "66"
1516 }, 1516 },
1517 "enable_features": [ 1517 "enable_features": [
1518 "NTPArticleSuggestions" 1518 "NTPArticleSuggestions"
1519 ] 1519 ]
1520 } 1520 }
1521 ] 1521 ]
1522 } 1522 }
1523 ], 1523 ],
1524 "NTPCondensedLayout": [
1525 {
1526 "platforms": [
1527 "android"
1528 ],
1529 "experiments": [
1530 {
1531 "name": "Enabled",
1532 "params": {
1533 "condensed_tile_layout_for_small_screens_enabled": "true "
1534 },
1535 "enable_features": [
1536 "NTPCondensedLayout",
1537 "NTPCondensedTileLayout",
1538 "NTPShowGoogleGInOmnibox"
1539 ]
1540 }
1541 ]
1542 }
1543 ],
1524 "NTPFaviconsFromNewServer": [ 1544 "NTPFaviconsFromNewServer": [
1525 { 1545 {
1526 "platforms": [ 1546 "platforms": [
1527 "android" 1547 "android"
1528 ], 1548 ],
1529 "experiments": [ 1549 "experiments": [
1530 { 1550 {
1531 "name": "Enabled", 1551 "name": "Enabled",
1532 "enable_features": [ 1552 "enable_features": [
1533 "ContentSuggestionsFaviconsFromNewServer" 1553 "ContentSuggestionsFaviconsFromNewServer"
(...skipping 1881 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 { 3435 {
3416 "name": "Enabled", 3436 "name": "Enabled",
3417 "enable_features": [ 3437 "enable_features": [
3418 "use-new-media-cache" 3438 "use-new-media-cache"
3419 ] 3439 ]
3420 } 3440 }
3421 ] 3441 ]
3422 } 3442 }
3423 ] 3443 ]
3424 } 3444 }
OLDNEW
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/ntp/NewTabPageTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698