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

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

Issue 2324803005: Enable RAF Aligned Input on waterfall (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 } 244 }
245 ], 245 ],
246 "QUIC": [ 246 "QUIC": [
247 { 247 {
248 "group_name": "Enabled", 248 "group_name": "Enabled",
249 "params": { 249 "params": {
250 "delay_tcp_race": "true" 250 "delay_tcp_race": "true"
251 } 251 }
252 } 252 }
253 ], 253 ],
254 "RafAlignedInput": [
255 {
256 "enable_features": [
257 "RafAlignedInput"
258 ],
259 "group_name": "Enabled"
260 }
261 ],
254 "RefreshTokenDeviceId": [ 262 "RefreshTokenDeviceId": [
255 { 263 {
256 "group_name": "Enabled" 264 "group_name": "Enabled"
257 } 265 }
258 ], 266 ],
259 "ReportCertificateErrors": [ 267 "ReportCertificateErrors": [
260 { 268 {
261 "group_name": "ShowAndPossiblySend", 269 "group_name": "ShowAndPossiblySend",
262 "params": { 270 "params": {
263 "sendingThreshold": "1.0" 271 "sendingThreshold": "1.0"
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 ], 494 ],
487 "use-new-media-cache": [ 495 "use-new-media-cache": [
488 { 496 {
489 "enable_features": [ 497 "enable_features": [
490 "use-new-media-cache" 498 "use-new-media-cache"
491 ], 499 ],
492 "group_name": "Enabled" 500 "group_name": "Enabled"
493 } 501 }
494 ] 502 ]
495 } 503 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698