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

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

Issue 2627083002: cros: Ensure quick unlock is disabled by default for enterprise policy. (Closed)
Patch Set: Add policy generation support Created 3 years, 11 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 7938dd09e1171600d0bbca831ceafb488c1498f0..c69225dc3894df2b4b3fd7bd70462703c56bc9a7 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -9267,6 +9267,7 @@
'per_profile': True,
},
'example_value': ['PIN'],
+ 'default_for_enterprise_users': [],
sammiequon 2017/01/12 20:01:20 Should this be a boolean value?
jdufault 2017/01/12 20:38:47 Example value is a list? It looks like the C++ cod
sammiequon 2017/01/12 20:42:29 Ah, that's how it works, I just saw all the other
pastarmovj 2017/01/23 23:38:12 Just making sure you understand the implications o
jdufault 2017/01/25 01:32:43 Here's the desired behavior: the user is enterpris
pastarmovj 2017/01/25 15:28:05 Acknowledged.
'id': 352,
'caption': '''Configure allowed quick unlock modes.''',
'tags': [],
« no previous file with comments | « no previous file | components/policy/tools/generate_policy_source.py » ('j') | components/policy/tools/generate_policy_source.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698