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

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: Rebase 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..3e29f0780e449dff8b1d525f46edf9d41cca79e3 100644
--- a/testing/variations/fieldtrial_testing_config_android.json
+++ b/testing/variations/fieldtrial_testing_config_android.json
@@ -339,6 +339,36 @@
}
}
],
+ "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"
+ }
+ }
Steven Holte 2015/12/16 20:18:36 You might want to add your Control/Default group h
Theresa 2015/12/16 22:35:22 Done.
+ ],
"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