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

Unified Diff: components/policy/resources/policy_templates.json

Issue 488853002: Removed --disable-print-preview switch and policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/printing/print_web_view_helper_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index d0f33a0866abe2d8765dc953b2859e73ec9a067a..d1e2ccf8342a9e99b9851d04c46b466d955a3b3e 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -3691,7 +3691,8 @@
'name': 'DisablePrintPreview',
'type': 'main',
'schema': { 'type': 'boolean' },
- 'supported_on': ['chrome.*:18-'],
+ 'supported_on': ['chrome.*:18-38'],
+ 'deprecated': True,
bartfab (slow) 2014/08/21 09:09:43 Please add a line to the policy description that s
Vitaly Buka (NO REVIEWS) 2014/08/21 09:57:41 Done.
'features': {
'dynamic_refresh': False,
'per_profile': True,
« no previous file with comments | « chrome/renderer/printing/print_web_view_helper_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698