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

Unified Diff: components/policy/resources/policy_templates.json

Issue 2340743003: Add new BrowserForceSigninEnabeld policy option with future:true flag. (Closed)
Patch Set: Created 4 years, 3 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: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index c01dc55df874bbf5d75c7447c29d0a1cf31a6009..7bf030d0c91eaf6c18beec97ae39fd1fc3e3b3f6 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -7956,6 +7956,24 @@
If this policy is set to false, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will not allow creation of new profiles from the profile manager.''',
},
{
+ 'name': 'BrowserForceSigninEnabled',
+ 'type': 'main',
+ 'future': True,
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome.*:55-'],
+ 'features': {
+ 'dynamic_refresh': False,
+ 'per_profile': False,
+ },
+ 'example_value': False,
+ 'id': 346,
+ 'caption': '''Enables force sign in for <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
+ 'tags': [],
+ 'desc': '''If this policy is set to true, user has to sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> with his or her profile before using the browser. And the default value of BrowserGuestModeEnabled will be set to false.
+
+ If this policy is set to false or not configured, user can use the browser without sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
+ },
+ {
'name': 'SSLVersionMin',
'type': 'string-enum',
'schema': {

Powered by Google App Engine
This is Rietveld 408576698