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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/common/pref_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AutodetectEncoding": [ 7 "AutodetectEncoding": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "UMA_EnableCellularLogUpload": [ 332 "UMA_EnableCellularLogUpload": [
333 { 333 {
334 "group_name": "Enabled", 334 "group_name": "Enabled",
335 "params": { 335 "params": {
336 "Enabled": "true", 336 "Enabled": "true",
337 "Optimize": "true", 337 "Optimize": "true",
338 "Sample_Probability": "50" 338 "Sample_Probability": "50"
339 } 339 }
340 } 340 }
341 ], 341 ],
342 "UpdateMenuItem": [
343 {
344 "group_name": "Enabled",
345 "params": {
346 "enable_update_menu_item": "true"
347 }
348 },
349 {
350 "group_name": "EnabledWithBadge",
351 "params": {
352 "enable_update_badge": "true",
353 "enable_update_menu_item": "true"
354 }
355 },
356 {
357 "group_name": "EnabledWithSummary",
358 "params": {
359 "enable_update_menu_item": "true",
360 "show_summary": "true"
361 }
362 },
363 {
364 "group_name": "EnabledWithCustomSummary",
365 "params": {
366 "custom_summary": "Custom update summary",
367 "enable_update_menu_item": "true",
368 "show_summary": "true"
369 }
370 },
371 {
372 "group_name": "EnabledWithSummaryAndBadge",
373 "params": {
374 "enable_update_badge": "true",
375 "enable_update_menu_item": "true",
376 "show_summary": "true"
377 }
378 },
379 {
380 "group_name": "Default",
381 "params": {
382 "enable_update_menu_item": "false"
383 }
384 }
385 ],
342 "VarationsServiceControl": [ 386 "VarationsServiceControl": [
343 { 387 {
344 "group_name": "Interval_30min", 388 "group_name": "Interval_30min",
345 "params": { 389 "params": {
346 "fetch_period_min": "30" 390 "fetch_period_min": "30"
347 } 391 }
348 } 392 }
349 ], 393 ],
350 "WebRTC-LocalIPPermissionCheck": [ 394 "WebRTC-LocalIPPermissionCheck": [
351 { 395 {
352 "group_name": "Enabled" 396 "group_name": "Enabled"
353 } 397 }
354 ], 398 ],
355 "WebRTC-PeerConnectionDTLS1.2": [ 399 "WebRTC-PeerConnectionDTLS1.2": [
356 { 400 {
357 "group_name": "Enabled" 401 "group_name": "Enabled"
358 } 402 }
359 ] 403 ]
360 } 404 }
OLDNEW
« 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