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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 10692110: screenshot disabling policy (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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
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''',
« no previous file with comments | « no previous file | chrome/browser/extensions/api/tabs/tabs.cc » ('j') | chrome/browser/extensions/api/tabs/tabs.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698