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

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

Issue 1845223002: variations: Also enable the RenderingPipelineThrottling feature (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 | testing/variations/fieldtrial_testing_config_chromeos.json » ('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 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "ReaderModeUIFeedback": [ 273 "ReaderModeUIFeedback": [
274 { 274 {
275 "group_name": "Show" 275 "group_name": "Show"
276 }, 276 },
277 { 277 {
278 "group_name": "DoNotShow" 278 "group_name": "DoNotShow"
279 } 279 }
280 ], 280 ],
281 "RenderingPipelineThrottling": [ 281 "RenderingPipelineThrottling": [
282 { 282 {
283 "enable_features": [
284 "RenderingPipelineThrottling"
285 ],
283 "group_name": "Enabled" 286 "group_name": "Enabled"
284 } 287 }
285 ], 288 ],
286 "ReportCertificateErrors": [ 289 "ReportCertificateErrors": [
287 { 290 {
288 "group_name": "ShowAndPossiblySend", 291 "group_name": "ShowAndPossiblySend",
289 "params": { 292 "params": {
290 "sendingThreshold": "1.0" 293 "sendingThreshold": "1.0"
291 } 294 }
292 }, 295 },
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 ], 481 ],
479 "use-new-media-cache": [ 482 "use-new-media-cache": [
480 { 483 {
481 "enable_features": [ 484 "enable_features": [
482 "use-new-media-cache" 485 "use-new-media-cache"
483 ], 486 ],
484 "group_name": "Enabled" 487 "group_name": "Enabled"
485 } 488 }
486 ] 489 ]
487 } 490 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698