Commit a0e3893a authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Update LacrosAllowed to list default and use items

Change-Id: Ia90a4d7706fa2476c487d2513ae689ca08185879
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535430
Commit-Queue: Chris Sharp <csharp@chromium.org>
Reviewed-by: default avatarIgor <igorcov@chromium.org>
Reviewed-by: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827305}
parent c8127a44
......@@ -23653,18 +23653,27 @@ If you disable this policy, web page scrolling to specific text fragments via UR
'dynamic_refresh': False,
'per_profile': False,
},
'items': [
{
'value': True,
'caption': 'Allow users to use the <ph name="LACROS_NAME">Lacros</ph> browser',
},
{
'value': False,
'caption': 'Prevent users from using the <ph name="LACROS_NAME">Lacros</ph> browser',
},
],
'example_value': False,
'default': False,
'id': 793,
'default_for_enterprise_users': False,
'caption': '''Allow usage of Lacros''',
'caption': '''Allow usage of <ph name="LACROS_NAME">Lacros</ph>''',
'tags': [],
'desc': '''This setting allows users to use the Lacros browser.
If this policy is set to false, the user cannot use Lacros.
'desc': '''This setting allows users to use the <ph name="LACROS_NAME">Lacros</ph> browser.
If this policy is set to true, the user can use the Lacros browser.
If this policy is set to Disabled or unset, the user cannot use <ph name="LACROS_NAME">Lacros</ph>.
If this policy is unset, the user cannot use the Lacros browser.''',
If this policy is set to Enabled, the user can use the <ph name="LACROS_NAME">Lacros</ph> browser.''',
},
],
......@@ -9,6 +9,7 @@ how various product names and the like should be referenced.
* Google Admin console: `<ph name="GOOGLE_ADMIN_CONSOLE_PRODUCT_NAME">Google Admin console</ph>`
* Google Cast: `<ph name="PRODUCT_NAME">Google Cast</ph>`
* Google Drive: `<ph name="GOOGLE_DRIVE_NAME">Google Drive</ph>`
* Lacros: `<ph name="LACROS_NAME">Lacros</ph>`
* macOS: `<ph name="MAC_OS_NAME">macOS</ph>`
* Windows: `<ph name="MS_WIN_NAME">Microsoft® Windows®</ph>`
* Microsoft ActiveDirectory: `<ph name="MS_AD_NAME">Microsoft® Active Directory®</ph>`
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