| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index d3881ca2809cafb8beb2bef920a4fa02a86c3e22..ad43b895b682a348f5e0e9caf195f4b094d5d827 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/policy_templates.json
|
| @@ -8811,7 +8811,7 @@
|
| 'type': 'int-enum',
|
| 'schema': {
|
| 'type': 'integer',
|
| - 'enum': [ 0, 1, 2, 3 ],
|
| + 'enum': [ 0, 1, 2, 3, 4 ],
|
| },
|
| 'items': [
|
| {
|
| @@ -8832,7 +8832,12 @@
|
| {
|
| 'name': 'TimezoneAutomaticDetectionSendWiFiAccessPoints',
|
| 'value': 3,
|
| - 'caption': '''Always send WiFi acess-points to server while resolving timezone.''',
|
| + 'caption': '''Always send WiFi access-points to server while resolving timezone.''',
|
| + },
|
| + {
|
| + 'name': 'TimezoneAutomaticDetectionSendAllLocationInfo',
|
| + 'value': 4,
|
| + 'caption': '''Always send any available location signals to the server while resolving timezone.''',
|
| },
|
| ],
|
| 'supported_on': ['chrome_os:53-'],
|
| @@ -8854,6 +8859,8 @@
|
|
|
| If set to TimezoneAutomaticDetectionSendWiFiAccessPoints, timezone controls in chrome://settings will be disabled. Automatic timezone detection will be always on. The list of visible WiFi access-points will be always sent to Geolocation API server for fine-grained timezone detection.
|
|
|
| + If set to TimezoneAutomaticDetectionSendAllLocationInfo, timezone controls in chrome://settings will be disabled. Automatic timezone detection will be always on. Location information (such as WiFi access-points, reachable Cell Towers, GPS) will be sent to a server for fine-grained timezone detection.
|
| +
|
| If this policy is not set, it will behave as if TimezoneAutomaticDetectionUsersDecide is set.
|
|
|
| If SystemTimezone policy is set, it overrides this policy. In this case automatic timezone detection is completely disabled.''',
|
|
|