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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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
« 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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 } 373 }
374 ], 374 ],
375 "QUIC": [ 375 "QUIC": [
376 { 376 {
377 "group_name": "Enabled", 377 "group_name": "Enabled",
378 "params": { 378 "params": {
379 "delay_tcp_race": "true" 379 "delay_tcp_race": "true"
380 } 380 }
381 } 381 }
382 ], 382 ],
383 "RafAlignedInput": [
384 {
385 "enable_features": [
386 "RafAlignedInput"
387 ],
388 "group_name": "Enabled"
389 }
390 ],
383 "ReadItLater": [ 391 "ReadItLater": [
384 { 392 {
385 "enable_features": [ 393 "enable_features": [
386 "ReadItLaterInMenu" 394 "ReadItLaterInMenu"
387 ], 395 ],
388 "group_name": "Enabled" 396 "group_name": "Enabled"
389 } 397 }
390 ], 398 ],
391 "ReaderModeUI": [ 399 "ReaderModeUI": [
392 { 400 {
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 ], 644 ],
637 "use-new-media-cache": [ 645 "use-new-media-cache": [
638 { 646 {
639 "enable_features": [ 647 "enable_features": [
640 "use-new-media-cache" 648 "use-new-media-cache"
641 ], 649 ],
642 "group_name": "Enabled" 650 "group_name": "Enabled"
643 } 651 }
644 ] 652 ]
645 } 653 }
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