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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 } 196 }
197 ], 197 ],
198 "QUIC": [ 198 "QUIC": [
199 { 199 {
200 "group_name": "Enabled", 200 "group_name": "Enabled",
201 "params": { 201 "params": {
202 "delay_tcp_race": "true" 202 "delay_tcp_race": "true"
203 } 203 }
204 } 204 }
205 ], 205 ],
206 "RafAlignedInput": [
207 {
208 "enable_features": [
209 "RafAlignedInput"
210 ],
211 "group_name": "Enabled"
212 }
213 ],
206 "ReportCertificateErrors": [ 214 "ReportCertificateErrors": [
207 { 215 {
208 "group_name": "ShowAndPossiblySend", 216 "group_name": "ShowAndPossiblySend",
209 "params": { 217 "params": {
210 "sendingThreshold": "1.0" 218 "sendingThreshold": "1.0"
211 } 219 }
212 }, 220 },
213 { 221 {
214 "group_name": "ShowAndPossiblySend", 222 "group_name": "ShowAndPossiblySend",
215 "params": { 223 "params": {
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 ], 432 ],
425 "use-new-media-cache": [ 433 "use-new-media-cache": [
426 { 434 {
427 "enable_features": [ 435 "enable_features": [
428 "use-new-media-cache" 436 "use-new-media-cache"
429 ], 437 ],
430 "group_name": "Enabled" 438 "group_name": "Enabled"
431 } 439 }
432 ] 440 ]
433 } 441 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698