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

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

Issue 2353553002: Update testing config to use smooth-indeterminate animation (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 | 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 "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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "PreconnectMore": [ 379 "PreconnectMore": [
380 { 380 {
381 "enable_features": [ 381 "enable_features": [
382 "PreconnectMore" 382 "PreconnectMore"
383 ], 383 ],
384 "group_name": "Enabled" 384 "group_name": "Enabled"
385 } 385 }
386 ], 386 ],
387 "ProgressBarAnimationAndroid": [ 387 "ProgressBarAnimationAndroid": [
388 { 388 {
389 "group_name": "SmoothAnimation", 389 "group_name": "SmoothIndeterminateAnimation",
390 "params": { 390 "params": {
391 "progress-bar-animation": "smooth" 391 "progress-bar-animation": "smooth-indeterminate"
392 } 392 }
393 } 393 }
394 ], 394 ],
395 "QUIC": [ 395 "QUIC": [
396 { 396 {
397 "group_name": "Enabled", 397 "group_name": "Enabled",
398 "params": { 398 "params": {
399 "delay_tcp_race": "true" 399 "delay_tcp_race": "true"
400 } 400 }
401 } 401 }
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 ], 664 ],
665 "use-new-media-cache": [ 665 "use-new-media-cache": [
666 { 666 {
667 "enable_features": [ 667 "enable_features": [
668 "use-new-media-cache" 668 "use-new-media-cache"
669 ], 669 ],
670 "group_name": "Enabled" 670 "group_name": "Enabled"
671 } 671 }
672 ] 672 ]
673 } 673 }
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