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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "mac", 388 "mac",
389 "win" 389 "win"
390 ], 390 ],
391 "experiments": [ 391 "experiments": [
392 { 392 {
393 "name": "Enabled" 393 "name": "Enabled"
394 } 394 }
395 ] 395 ]
396 } 396 }
397 ], 397 ],
398 "CondensedNTP": [
399 {
400 "platforms": [
401 "android"
402 ],
403 "experiments": [
404 {
405 "name": "Enabled",
406 "params": {
407 "condensed_tile_layout_for_small_screens_enabled": "true "
408 },
409 "enable_features": [
410 "NTPCondensedLayout",
411 "NTPShowGoogleGInOmnibox"
412 ]
413 }
414 ]
415 }
416 ],
398 "ContextualSearch": [ 417 "ContextualSearch": [
399 { 418 {
400 "platforms": [ 419 "platforms": [
401 "android" 420 "android"
402 ], 421 ],
403 "experiments": [ 422 "experiments": [
404 { 423 {
405 "name": "Expected", 424 "name": "Expected",
406 "enable_features": [ 425 "enable_features": [
407 "ContextualSearchUrlActions" 426 "ContextualSearchUrlActions"
(...skipping 2685 matching lines...) Expand 10 before | Expand all | Expand 10 after
3093 { 3112 {
3094 "name": "Enabled", 3113 "name": "Enabled",
3095 "enable_features": [ 3114 "enable_features": [
3096 "use-new-media-cache" 3115 "use-new-media-cache"
3097 ] 3116 ]
3098 } 3117 }
3099 ] 3118 ]
3100 } 3119 }
3101 ] 3120 ]
3102 } 3121 }
OLDNEW
« 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