Chromium Code Reviews| Index: testing/variations/fieldtrial_testing_config_mac.json |
| diff --git a/testing/variations/fieldtrial_testing_config_mac.json b/testing/variations/fieldtrial_testing_config_mac.json |
| index 5652e91c29b8eb8b634da4092bf6a3e952a72f59..9409d74497685f4eef54fe56c165ec0e14320795 100644 |
| --- a/testing/variations/fieldtrial_testing_config_mac.json |
| +++ b/testing/variations/fieldtrial_testing_config_mac.json |
| @@ -232,6 +232,14 @@ |
| } |
| } |
| ], |
| + "ViewsSimplifiedFullscreenUI": [ |
| + { |
| + "group_name": "Enabled" |
|
Ilya Sherman
2016/02/18 22:12:29
You probably need to list enable_features here.
tapted
2016/02/23 04:28:37
Ah! I thought it looked too easy :). Done.
|
| + }, |
| + { |
| + "group_name": "Control" |
| + } |
|
Ilya Sherman
2016/02/18 22:12:29
No need to list the control group -- just the non-
tapted
2016/02/23 04:28:37
Done.
|
| + ], |
| "WebFontsIntervention": [ |
| { |
| "group_name": "Enabled" |