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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 2239 matching lines...) Expand 10 before | Expand all | Expand 10 after
2250 ] 2250 ]
2251 } 2251 }
2252 ], 2252 ],
2253 "UpdateMenuItem": [ 2253 "UpdateMenuItem": [
2254 { 2254 {
2255 "platforms": [ 2255 "platforms": [
2256 "android" 2256 "android"
2257 ], 2257 ],
2258 "experiments": [ 2258 "experiments": [
2259 { 2259 {
2260 "name": "Enabled", 2260 "name": "EnabledWithNewerVersionAvailableSummary",
2261 "params": {
2262 "enable_update_menu_item": "true"
2263 }
2264 },
2265 {
2266 "name": "EnabledWithBadge",
2267 "params": { 2261 "params": {
2268 "enable_update_badge": "true", 2262 "enable_update_badge": "true",
2269 "enable_update_menu_item": "true"
2270 }
2271 },
2272 {
2273 "name": "EnabledWithSummary",
2274 "params": {
2275 "enable_update_menu_item": "true", 2263 "enable_update_menu_item": "true",
2276 "show_summary": "true" 2264 "show_summary": "true"
2277 } 2265 }
2278 }, 2266 },
2279 { 2267 {
2280 "name": "EnabledWithCustomSummary", 2268 "name": "EnabledWithCustomSummary",
2281 "params": { 2269 "params": {
2282 "custom_summary": "Custom update summary", 2270 "custom_summary": "Custom update summary",
2283 "enable_update_menu_item": "true",
2284 "show_summary": "true"
2285 }
2286 },
2287 {
2288 "name": "EnabledWithSummaryAndBadge",
2289 "params": {
2290 "enable_update_badge": "true", 2271 "enable_update_badge": "true",
2291 "enable_update_menu_item": "true", 2272 "enable_update_menu_item": "true",
2292 "show_summary": "true" 2273 "show_summary": "true"
2293 } 2274 }
2294 },
2295 {
2296 "name": "Default",
2297 "params": {
2298 "enable_update_menu_item": "false"
2299 }
2300 } 2275 }
2301 ] 2276 ]
2302 } 2277 }
2303 ], 2278 ],
2304 "V8CacheStrategiesForCacheStorage": [ 2279 "V8CacheStrategiesForCacheStorage": [
2305 { 2280 {
2306 "platforms": [ 2281 "platforms": [
2307 "android", 2282 "android",
2308 "chromeos", 2283 "chromeos",
2309 "linux", 2284 "linux",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
2460 { 2435 {
2461 "name": "Enabled", 2436 "name": "Enabled",
2462 "enable_features": [ 2437 "enable_features": [
2463 "use-new-media-cache" 2438 "use-new-media-cache"
2464 ] 2439 ]
2465 } 2440 }
2466 ] 2441 ]
2467 } 2442 }
2468 ] 2443 ]
2469 } 2444 }
OLDNEW
« 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