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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2774423002: [NTP Client] Add CondensedNTP to test fieldtrial config (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | 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 a8adec4588929079d567be9ef128a904d47e3895..a3d214506f5c47530e198b96cfaf327ab3411833 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -395,6 +395,25 @@
]
}
],
+ "CondensedNTP": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "condensed_tile_layout_for_small_screens_enabled": "true"
+ },
+ "enable_features": [
+ "NTPCondensedLayout",
+ "NTPShowGoogleGInOmnibox"
+ ]
+ }
+ ]
+ }
+ ],
"ContextualSearch": [
{
"platforms": [
« 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