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

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

Issue 2902603002: Add enterprise policy for network time service (Closed)
Patch Set: fix policy test case 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 | « components/network_time/network_time_tracker.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | 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 a9699fe8fe7c1f47edb5467251df43fc8cc04ced..b53c8e15ae6eafc2ebaf4e1967aca140809fc49c 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -143,7 +143,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 369
+# For your editing convenience: highest ID currently used: 370
# And don't forget to also update the EnterprisePolicies enum of
# histograms.xml (run 'python tools/metrics/histograms/update_policies.py').
#
@@ -9548,6 +9548,21 @@
If this policy is left not set, the default is not allowed for enterprise-managed users and allowed for non-managed users.''',
},
+ {
+ 'name': 'NetworkTimeQueriesEnabled',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome.*:60-', 'chrome_os:60-'],
+ 'features': {
+ 'dynamic_refresh': True,
+ 'per_profile': True,
+ },
+ 'example_value': True,
+ 'id': 370,
+ 'caption': '''Enables queries to a Google time service to obtain an accurate timestamp''',
pastarmovj 2017/05/23 07:20:41 Can you please consider shortening this caption. A
estark 2017/05/23 21:26:09 Done.
+ 'tags': [],
+ 'desc': '''Setting this policy to false stops <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> from occasionally sending queries to a Google server to retrieve an accurate timestamp. These queries will be enabled if this policy is set to True or is not set.''',
+ },
],
'messages': {
# Messages that are not associated to any policies.
« no previous file with comments | « components/network_time/network_time_tracker.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698