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

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

Issue 17546004: Added policy for disabling locally managed users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some remarks fixed. Created 7 years, 6 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 fbd4a5bc36fc09825eb321ad100088416610b50a..993775283069dde9e30e09981806b99331cde10c 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: 214
+# For your editing convenience: highest ID currently used: 215
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -4881,6 +4881,20 @@
This policy is for internal use by Chrome itself.''',
},
+ {
+ 'name': 'LocallyManagedUsersEnabled',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome:29-', 'chrome_os:29-'],
Mattias Nissler (ping if slow) 2013/06/21 14:41:16 One more thing: I don't see any code for chrome de
dzhioev (left Google) 2013/06/21 16:48:17 Done.
+ 'features': {
+ 'dynamic_refresh': False,
+ 'per_profile': False
+ },
+ 'example_value': True,
+ 'id': 215,
+ 'caption': '''Enable locally managed users.''',
+ 'desc': '''If this policy set to false or not configured, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> and <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will disable locally managed users creation and login.'''
Mattias Nissler (ping if slow) 2013/06/21 14:25:16 Please also spell out behavior if set to true. Add
dzhioev (left Google) 2013/06/21 16:48:17 Done.
+ },
],
},
],

Powered by Google App Engine
This is Rietveld 408576698