Commit 2c3ea353 authored by Sergey Poromov's avatar Sergey Poromov Committed by Commit Bot

Update printing policies launch target.

PrintingAllowedColorModes - Launch in M70 (remove 'Future' flag)
PrintingAllowedDuplexModes - Launch in M71 (remove 'Future' flag)
PrintingAllowedPageSizes - M72
PrintingColorDefault - M72
PrintingDuplexDefault - M72
PrintingSizeDefault - M72

Bug: 853877
Change-Id: Ibda00ef02efc4dfc1f5b04079bb776f8b3e10f05
Reviewed-on: https://chromium-review.googlesource.com/c/1235675
Commit-Queue: Sergey Poromov <poromov@chromium.org>
Reviewed-by: default avatarVladislav Kuzkokov <vkuzkokov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599246}
parent cb343f3c
......@@ -1608,7 +1608,6 @@
},
],
'supported_on': ['chrome_os:70-'],
'future': True,
'features': {
'can_be_recommended': False,
'dynamic_refresh': True,
......@@ -1648,8 +1647,7 @@
'caption': '''Duplex printing only''',
},
],
'supported_on': ['chrome_os:70-'],
'future': True,
'supported_on': ['chrome_os:71-'],
'features': {
'can_be_recommended': False,
'dynamic_refresh': True,
......@@ -1681,7 +1679,7 @@
'required': ['WidthUm', 'HeightUm'],
},
},
'supported_on': ['chrome_os:70-'],
'supported_on': ['chrome_os:72-'],
'future': True,
'features': {
'can_be_recommended': False,
......@@ -1716,7 +1714,7 @@
'caption': '''Enable monochrome printing''',
},
],
'supported_on': ['chrome_os:70-'],
'supported_on': ['chrome_os:72-'],
'future': True,
'features': {
'can_be_recommended': False,
......@@ -1757,7 +1755,7 @@
'caption': '''Enable long edge duplex printing''',
},
],
'supported_on': ['chrome_os:70-'],
'supported_on': ['chrome_os:72-'],
'future': True,
'features': {
'can_be_recommended': False,
......@@ -1787,7 +1785,7 @@
},
'required': ['WidthUm', 'HeightUm'],
},
'supported_on': ['chrome_os:70-'],
'supported_on': ['chrome_os:72-'],
'future': True,
'features': {
'can_be_recommended': False,
......
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