Index: chrome/app/policy/policy_templates.json |
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
index 1699e208533617a1fb1a9e54f2f7bce22e8c9d54..56ef91a91bb4cc31b6dea0af76d098916608a43c 100644 |
--- a/chrome/app/policy/policy_templates.json |
+++ b/chrome/app/policy/policy_templates.json |
@@ -112,7 +112,7 @@ |
# persistent IDs for all fields (but not for groups!) are needed. These are |
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
# because doing so would break the deployed wire format! |
-# For your editing convenience: highest ID currently used: 150 |
+# For your editing convenience: highest ID currently used: 151 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -2752,6 +2752,20 @@ |
If this setting is disabled or not configured then users can choose to proceed to the flagged site after being shown the warning.''', |
}, |
+ { |
+ 'name': 'DisableScreenshots', |
+ 'type': 'main', |
+ 'supported_on': ['chrome_os:22-'], |
+ 'features': { |
+ 'dynamic_refresh': True, |
+ }, |
+ 'example_value': True, |
+ 'id': 151, |
+ 'caption': '''Disable taking screenshots''', |
+ 'desc': '''Disables taking screenshots |
Mattias Nissler (ping if slow)
2012/07/09 09:30:12
All other description strings end the first senten
qfel
2012/07/11 12:34:49
Done.
|
+ |
+ If enabled screenshots cannot be taken using keyboard shortcuts or extension APIs''' |
Mattias Nissler (ping if slow)
2012/07/09 09:30:12
Missing period.
Please also add a sentence explain
qfel
2012/07/11 12:34:49
Done.
|
+ }, |
], |
'messages': { |
# Messages that are not associated to any policies. |