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

Unified Diff: testing/variations/fieldtrial_testing_config_android.json

Issue 1505913003: Add update menu item and app menu icon badge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rearrange field_trial.. again to facilitate command line testing Created 5 years 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/common/pref_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7264df691817a95e4ee62031935fe5dfd6eca26a..fd32cf88a25aae1610abb00d17f826b62216c04c 100644
--- a/testing/variations/fieldtrial_testing_config_android.json
+++ b/testing/variations/fieldtrial_testing_config_android.json
@@ -339,6 +339,50 @@
}
}
],
+ "UpdateMenuItem": [
+ {
+ "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"
+ }
+ },
+ {
+ "group_name": "EnabledWithSummaryAndBadge",
+ "params": {
+ "enable_update_badge": "true",
+ "enable_update_menu_item": "true",
+ "show_summary": "true"
+ }
+ },
+ {
+ "group_name": "Default",
+ "params": {
+ "enable_update_menu_item": "false"
+ }
+ }
+ ],
"VarationsServiceControl": [
{
"group_name": "Interval_30min",
« no previous file with comments | « chrome/common/pref_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698