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

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

Issue 2616783002: Remove Print As Image for Mac and Win (Closed)
Patch Set: Fix conditions Created 3 years, 11 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 1581 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 "PreconnectMore" 1592 "PreconnectMore"
1593 ] 1593 ]
1594 } 1594 }
1595 ] 1595 ]
1596 } 1596 }
1597 ], 1597 ],
1598 "PrintPdfAsImage": [ 1598 "PrintPdfAsImage": [
1599 { 1599 {
1600 "platforms": [ 1600 "platforms": [
1601 "chromeos", 1601 "chromeos",
1602 "linux", 1602 "linux"
1603 "mac",
1604 "win"
1605 ], 1603 ],
1606 "experiments": [ 1604 "experiments": [
1607 { 1605 {
1608 "name": "Enabled", 1606 "name": "Enabled",
1609 "enable_features": [ 1607 "enable_features": [
1610 "PrintPdfAsImage" 1608 "PrintPdfAsImage"
1611 ] 1609 ]
1612 } 1610 }
1613 ] 1611 ]
1614 } 1612 }
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
2527 { 2525 {
2528 "name": "Enabled", 2526 "name": "Enabled",
2529 "enable_features": [ 2527 "enable_features": [
2530 "use-new-media-cache" 2528 "use-new-media-cache"
2531 ] 2529 ]
2532 } 2530 }
2533 ] 2531 ]
2534 } 2532 }
2535 ] 2533 ]
2536 } 2534 }
OLDNEW
« chrome/test/data/webui/print_preview.js ('K') | « chrome/test/data/webui/print_preview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698