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

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

Issue 2911263002: Rename network time policy to BrowserNetworkTimeQueriesEnabled (Closed)
Patch Set: disable policy on chromeos Created 3 years, 7 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
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index a727a0a9f7686366cfa7476796b81e120f13fce1..0a929606809987759bf7bd45df6e9b5ec76c4872 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -9549,10 +9549,10 @@
If this policy is left not set, the default is not allowed for enterprise-managed users and allowed for non-managed users.''',
},
{
- 'name': 'NetworkTimeQueriesEnabled',
+ 'name': 'BrowserNetworkTimeQueriesEnabled',
'type': 'main',
'schema': { 'type': 'boolean' },
- 'supported_on': ['chrome.*:60-', 'chrome_os:60-'],
+ 'supported_on': ['chrome.*:60-'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698