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', |
Denis Kuznetsov (DE-MUC)
2013/06/21 12:28:52
As final name for feature is "Supervised user", pl
dzhioev (left Google)
2013/06/21 16:48:17
Done.
|
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome:29-', 'chrome_os:29-'], |
Bernhard Bauer
2013/06/21 11:59:25
Is this policy really supported on Chrome?
dzhioev (left Google)
2013/06/21 13:13:24
Not yet. But we want this policy to be supported i
Bernhard Bauer
2013/06/21 14:38:35
We do, I just wasn't sure whether that was suppose
dzhioev (left Google)
2013/06/21 16:48:17
Done. Removed "Chrome" mentions.
|
+ '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.''' |
Bernhard Bauer
2013/06/21 11:59:25
This doesn't seem right. The policy needs to be co
dzhioev (left Google)
2013/06/21 13:13:24
In http://crbug.com/229298#c9 it's said: "managed
Bernhard Bauer
2013/06/21 14:38:35
But we don't want it to be disabled by default for
dzhioev (left Google)
2013/06/21 16:48:17
Done.
|
+ }, |
], |
}, |
], |