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

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

Issue 2524143003: Print Preview: Add option to rasterize PDFs and add JPEG compression. (Closed)
Patch Set: Clean up JS Created 3 years, 12 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1588 "experiments": [ 1588 "experiments": [
1589 { 1589 {
1590 "name": "Enabled", 1590 "name": "Enabled",
1591 "enable_features": [ 1591 "enable_features": [
1592 "PreconnectMore" 1592 "PreconnectMore"
1593 ] 1593 ]
1594 } 1594 }
1595 ] 1595 ]
1596 } 1596 }
1597 ], 1597 ],
1598 "PrintPdfAsImage": [
1599 {
1600 "platforms": [
1601 "chromeos",
1602 "linux",
1603 "mac",
1604 "win"
1605 ],
1606 "experiments": [
1607 {
1608 "name": "Enabled",
1609 "enable_features": [
1610 "PrintPdfAsImage"
1611 ]
1612 }
1613 ]
1614 }
1615 ],
1598 "PrintScaling": [ 1616 "PrintScaling": [
1599 { 1617 {
1600 "platforms": [ 1618 "platforms": [
1601 "chromeos", 1619 "chromeos",
1602 "linux", 1620 "linux",
1603 "mac", 1621 "mac",
1604 "win" 1622 "win"
1605 ], 1623 ],
1606 "experiments": [ 1624 "experiments": [
1607 { 1625 {
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
2509 { 2527 {
2510 "name": "Enabled", 2528 "name": "Enabled",
2511 "enable_features": [ 2529 "enable_features": [
2512 "use-new-media-cache" 2530 "use-new-media-cache"
2513 ] 2531 ]
2514 } 2532 }
2515 ] 2533 ]
2516 } 2534 }
2517 ] 2535 ]
2518 } 2536 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698