Commit c896955e authored by rbpotter's avatar rbpotter Committed by Commit Bot

Printing: Remove old field trials

Remove field trial configs for print scaling and print PDF as image,
since these features have launched.

Bug: None
Change-Id: I667a797ebc4bdbe71fe37acf4a00ef0d34718223
Reviewed-on: https://chromium-review.googlesource.com/1103307Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568465}
parent cb028210
...@@ -2976,40 +2976,6 @@ ...@@ -2976,40 +2976,6 @@
] ]
} }
], ],
"PrintPdfAsImage": [
{
"platforms": [
"chromeos",
"linux"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"PrintPdfAsImage"
]
}
]
}
],
"PrintScaling": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"PrintScaling"
]
}
]
}
],
"PrioritizedSimpleCacheTasks": [ "PrioritizedSimpleCacheTasks": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment