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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2577193002: Update UpdateMenuItem fieldtiral_testing_config.json entry (Closed)
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index a6b16ab4a5c56e97ffb02a240f74bec54fce5d38..017b5f798090bad1c38b0dc874abf51520f63ee3 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -2257,21 +2257,9 @@
],
"experiments": [
{
- "name": "Enabled",
- "params": {
- "enable_update_menu_item": "true"
- }
- },
- {
- "name": "EnabledWithBadge",
+ "name": "EnabledWithNewerVersionAvailableSummary",
"params": {
"enable_update_badge": "true",
- "enable_update_menu_item": "true"
- }
- },
- {
- "name": "EnabledWithSummary",
- "params": {
"enable_update_menu_item": "true",
"show_summary": "true"
}
@@ -2280,23 +2268,10 @@
"name": "EnabledWithCustomSummary",
"params": {
"custom_summary": "Custom update summary",
- "enable_update_menu_item": "true",
- "show_summary": "true"
- }
- },
- {
- "name": "EnabledWithSummaryAndBadge",
- "params": {
"enable_update_badge": "true",
"enable_update_menu_item": "true",
"show_summary": "true"
}
- },
- {
- "name": "Default",
- "params": {
- "enable_update_menu_item": "false"
- }
}
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698