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

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: Add flag Created 4 years 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 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 "experiments": [ 1480 "experiments": [
1481 { 1481 {
1482 "name": "Enabled", 1482 "name": "Enabled",
1483 "enable_features": [ 1483 "enable_features": [
1484 "PreconnectMore" 1484 "PreconnectMore"
1485 ] 1485 ]
1486 } 1486 }
1487 ] 1487 ]
1488 } 1488 }
1489 ], 1489 ],
1490 "PrintPdfAsImage": [
1491 {
1492 "platforms": [
1493 "chromeos",
1494 "linux",
1495 "mac",
1496 "win"
1497 ],
1498 "experiments": [
1499 {
1500 "name": "Enabled",
1501 "enable_features": [
1502 "PrintPdfAsImage"
1503 ]
1504 }
1505 ]
1506 }
1507 ],
1490 "PrintScaling": [ 1508 "PrintScaling": [
1491 { 1509 {
1492 "platforms": [ 1510 "platforms": [
1493 "chromeos", 1511 "chromeos",
1494 "linux", 1512 "linux",
1495 "mac", 1513 "mac",
1496 "win" 1514 "win"
1497 ], 1515 ],
1498 "experiments": [ 1516 "experiments": [
1499 { 1517 {
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
2401 { 2419 {
2402 "name": "Enabled", 2420 "name": "Enabled",
2403 "enable_features": [ 2421 "enable_features": [
2404 "use-new-media-cache" 2422 "use-new-media-cache"
2405 ] 2423 ]
2406 } 2424 }
2407 ] 2425 ]
2408 } 2426 }
2409 ] 2427 ]
2410 } 2428 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698