| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index f6583982040622748680848bae755fc7a7902dab..e2d8641cd5030d90a58d6783bb65fedbf16f8898 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/policy_templates.json
|
| @@ -135,6 +135,10 @@
|
| # In that case no entry in the UserPolicy Protobuf is generated and
|
| # it is assumed that it will be added to the DevicePolicy Protobuf manually.
|
| #
|
| +# Enterprise defaults:
|
| +# An optional key 'default_for_enterprise_users' contains value that's set for
|
| +# enterprise users as a default.
|
| +#
|
| 'policy_definitions': [
|
| {
|
| 'name': 'Homepage',
|
| @@ -3143,6 +3147,7 @@
|
| 'per_profile': True,
|
| },
|
| 'example_value': 'unrestricted',
|
| + 'default_for_enterprise_users': 'primary_only',
|
| 'id': 244,
|
| 'caption': '''Control the user behavior in a multiprofile session''',
|
| 'desc': '''Control the user behavior in a multiprofile session on <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> devices.
|
|
|