summaryrefslogtreecommitdiffstats
path: root/chrome/app/policy/policy_templates.json
diff options
context:
space:
mode:
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-14 16:37:34 +0000
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-14 16:37:34 +0000
commit76e4294ef20fb55b5509dfb12526c047ca0205bb (patch)
tree5485e84dd28579fa3ca513feba9575a3ccaef8af /chrome/app/policy/policy_templates.json
parent9eb745adde5ad661542a34ac86d88561f58e23ca (diff)
downloadchromium_src-76e4294ef20fb55b5509dfb12526c047ca0205bb.zip
chromium_src-76e4294ef20fb55b5509dfb12526c047ca0205bb.tar.gz
chromium_src-76e4294ef20fb55b5509dfb12526c047ca0205bb.tar.bz2
Add a ChromeOsLockOnIdleSuspend policy for ChromeOs.
The policy is wired with settings.enable_screen_lock. BUG=chromium-os:6546 TEST=Create a policy json file and verify the screen lock checkbox is managed in "Person stuff" options page. Review URL: http://codereview.chromium.org/3611012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62562 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy/policy_templates.json')
-rw-r--r--chrome/app/policy/policy_templates.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 70a2c52..200ccbb 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -480,6 +480,16 @@
}
}],
},
+ {
+ 'name': 'ChromeOsLockOnIdleSuspend',
+ 'type': 'main',
+ 'annotations': {
+ 'platforms': ['linux'], # Note this should be ChromeOs.
+ 'products': ['chrome'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': True,
+ }
+ },
],
'placeholders': [
# Note: keys $1 and $3 are reserved for Chromium and Chromium Frame.