Chromium Code Reviews| 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..64300285720bd17ddca8a552470b86d2bda549b7 100644 |
| --- a/components/policy/resources/policy_templates.json |
| +++ b/components/policy/resources/policy_templates.json |
| @@ -9549,7 +9549,7 @@ |
| 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-'], |
|
Thiemo Nagel
2017/05/31 13:42:32
Since the feature is disabled for Chrome OS, I gue
estark
2017/06/01 04:00:45
Oh yes, thanks, done.
|