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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.json

Issue 1875123003: Add uma_quota and uma_ratio to UMA_EnabledCelullarLogUpload fieldtrial testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months 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 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 ], 384 ],
385 "group_name": "TokenBinding" 385 "group_name": "TokenBinding"
386 } 386 }
387 ], 387 ],
388 "UMA_EnableCellularLogUpload": [ 388 "UMA_EnableCellularLogUpload": [
389 { 389 {
390 "group_name": "Enabled_wo_sampling", 390 "group_name": "Enabled_wo_sampling",
391 "params": { 391 "params": {
392 "Enabled": "true", 392 "Enabled": "true",
393 "Optimize": "true", 393 "Optimize": "true",
394 "Sample_Probability": "100" 394 "Sample_Probability": "100",
395 "Uma_Quota": "204800",
396 "Uma_Ratio": "0.05"
395 } 397 }
396 } 398 }
397 ], 399 ],
398 "UnifiedMediaPipelineTrial": [ 400 "UnifiedMediaPipelineTrial": [
399 { 401 {
400 "group_name": "Enabled" 402 "group_name": "Enabled"
401 } 403 }
402 ], 404 ],
403 "UpdateMenuItem": [ 405 "UpdateMenuItem": [
404 { 406 {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 ], 480 ],
479 "use-new-media-cache": [ 481 "use-new-media-cache": [
480 { 482 {
481 "enable_features": [ 483 "enable_features": [
482 "use-new-media-cache" 484 "use-new-media-cache"
483 ], 485 ],
484 "group_name": "Enabled" 486 "group_name": "Enabled"
485 } 487 }
486 ] 488 ]
487 } 489 }
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