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

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

Issue 2898533003: Revert of Add NTPCondensedLayout to test config. (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 | « 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 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after
1528 "name": "Phase2Enabled3wWithDesktop", 1528 "name": "Phase2Enabled3wWithDesktop",
1529 "params": { 1529 "params": {
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 }
1539 ],
1540 "NTPCondensedLayout": [
1541 {
1542 "platforms": [
1543 "android"
1544 ],
1545 "experiments": [
1546 {
1547 "name": "Enabled",
1548 "params": {
1549 "condensed_tile_layout_for_small_screens_enabled": "true "
1550 },
1551 "enable_features": [
1552 "NTPCondensedLayout",
1553 "NTPCondensedTileLayout",
1554 "NTPShowGoogleGInOmnibox"
1555 ]
1556 }
1557 ]
1558 } 1538 }
1559 ], 1539 ],
1560 "NTPLaunchAfterInactivity": [ 1540 "NTPLaunchAfterInactivity": [
1561 { 1541 {
1562 "platforms": [ 1542 "platforms": [
1563 "android" 1543 "android"
1564 ], 1544 ],
1565 "experiments": [ 1545 "experiments": [
1566 { 1546 {
1567 "name": "OneHourDelay", 1547 "name": "OneHourDelay",
(...skipping 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after
3400 { 3380 {
3401 "name": "Enabled", 3381 "name": "Enabled",
3402 "enable_features": [ 3382 "enable_features": [
3403 "use-new-media-cache" 3383 "use-new-media-cache"
3404 ] 3384 ]
3405 } 3385 }
3406 ] 3386 ]
3407 } 3387 }
3408 ] 3388 ]
3409 } 3389 }
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