Chromium Code Reviews| Index: testing/variations/fieldtrial_testing_config_android.json |
| diff --git a/testing/variations/fieldtrial_testing_config_android.json b/testing/variations/fieldtrial_testing_config_android.json |
| index c500a5df322daa8ee93bd9a0d95760b459ce65e0..123f3f623f1de3786c9fd1bdf7722683aaeaf390 100644 |
| --- a/testing/variations/fieldtrial_testing_config_android.json |
| +++ b/testing/variations/fieldtrial_testing_config_android.json |
| @@ -320,6 +320,36 @@ |
| } |
| } |
| ], |
| + "UpateMenuItem": [ |
|
gone
2015/12/08 22:24:24
*UpdateMenuItem
Theresa
2015/12/10 03:53:18
Done.
|
| + { |
| + "group_name": "Enabled", |
| + "params": { |
| + "enable_update_menu_item": "true" |
| + } |
| + }, |
| + { |
| + "group_name": "EnabledWithBadge", |
| + "params": { |
| + "enable_update_badge": "true", |
| + "enable_update_menu_item": "true" |
| + } |
| + }, |
| + { |
| + "group_name": "EnabledWithSummary", |
| + "params": { |
| + "enable_update_menu_item": "true", |
| + "show_summary": "true" |
| + } |
| + }, |
| + { |
| + "group_name": "EnabledWithCustomSummary", |
| + "params": { |
| + "custom_summary": "Custom update summary", |
| + "enable_update_menu_item": "true", |
| + "show_summary": "true" |
| + } |
| + } |
| + ], |
| "VarationsServiceControl": [ |
| { |
| "group_name": "Interval_30min", |