Fixed the documentation of the default values of the ChromeOsMultiProfileUserBehavior policy.

BUG=None

Review URL: https://codereview.chromium.org/296153009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272941 0039d316-1c4b-4281-b951-d872f2087c98
parent 19945cbe
......@@ -3044,12 +3044,12 @@
{
'name': 'MultiProfileUserBehaviorUnrestricted',
'value': 'unrestricted',
'caption': '''Allow enterprise user to be both primary and secondary (Default behavior)''',
'caption': '''Allow enterprise user to be both primary and secondary (Default behavior for non-managed users)''',
},
{
'name': 'MultiProfileUserBehaviorMustBePrimary',
'value': 'primary-only',
'caption': '''Allow enterprise user to be primary multiprofile user only''',
'caption': '''Allow enterprise user to be primary multiprofile user only (Default behavior for enterprise-managed users)''',
},
{
'name': 'MultiProfileUserBehaviorNotAllowed',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment