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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index f72343545698b3f8f6362e85fe02b9d2f3ea8f1f..d27dc81ab6c2269bacd27fc0ad57d1a54786d527 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1521,6 +1521,26 @@
]
}
],
+ "NTPCondensedLayout": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "condensed_tile_layout_for_small_screens_enabled": "true"
+ },
+ "enable_features": [
+ "NTPCondensedLayout",
+ "NTPCondensedTileLayout",
+ "NTPShowGoogleGInOmnibox"
+ ]
+ }
+ ]
+ }
+ ],
"NTPFaviconsFromNewServer": [
{
"platforms": [
« 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