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

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

Issue 1816703003: Reland of Fix typo in Android perf variations for unified media pipeline trial. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "UMA_EnableCellularLogUpload": [ 374 "UMA_EnableCellularLogUpload": [
375 { 375 {
376 "group_name": "Enabled_wo_sampling", 376 "group_name": "Enabled_wo_sampling",
377 "params": { 377 "params": {
378 "Enabled": "true", 378 "Enabled": "true",
379 "Optimize": "true", 379 "Optimize": "true",
380 "Sample_Probability": "100" 380 "Sample_Probability": "100"
381 } 381 }
382 } 382 }
383 ], 383 ],
384 "UnifiedMediaPipeline": [ 384 "UnifiedMediaPipelineTrial": [
385 { 385 {
386 "group_name": "Enabled" 386 "group_name": "Enabled"
387 } 387 }
388 ], 388 ],
389 "UpdateMenuItem": [ 389 "UpdateMenuItem": [
390 { 390 {
391 "group_name": "Enabled", 391 "group_name": "Enabled",
392 "params": { 392 "params": {
393 "enable_update_menu_item": "true" 393 "enable_update_menu_item": "true"
394 } 394 }
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 ], 455 ],
456 "use-new-media-cache": [ 456 "use-new-media-cache": [
457 { 457 {
458 "enable_features": [ 458 "enable_features": [
459 "use-new-media-cache" 459 "use-new-media-cache"
460 ], 460 ],
461 "group_name": "Enabled" 461 "group_name": "Enabled"
462 } 462 }
463 ] 463 ]
464 } 464 }
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