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..4ea2d218ac723883267d8e13165ff8658c5db0fe 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: |
@@ -129,6 +129,18 @@ |
# |
'policy_definitions': [ |
{ |
+ 'name': 'DisableScreenshots', |
+ 'type': 'main', |
+ 'supported_on': ['chrome_os:0.11-'], # TODO: chose correct version |
Mattias Nissler (ping if slow)
2012/07/06 15:15:52
chrome_os.22-
qfel
2012/07/06 17:00:39
Done
|
+ 'features': { |
+ 'dynamic_refresh': True, |
+ }, |
+ 'example_value': True, |
+ 'id': 151, |
+ 'caption': '''Disable taking screenshots''', |
+ 'desc': '''Disables taking screenshots with keyboard accelerators shortcuts''' |
Mattias Nissler (ping if slow)
2012/07/06 15:15:52
More verbose description, see other descriptions f
qfel
2012/07/06 17:00:39
Done (more verbose, not sure if verbose enough)
|
+ }, |
+ { |
'name': 'Homepage', |
'type': 'group', |
'caption': '''Home page''', |