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

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: Add code create 1dp transparent border in LocatoinBarPhone 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
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",

Powered by Google App Engine
This is Rietveld 408576698