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

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

Issue 2624843003: Add support for cellular geolocation (Closed)
Patch Set: Update device tests to use correct dict key Created 3 years, 10 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 | « chromeos/timezone/timezone_resolver.cc ('k') | device/geolocation/wifi_data_provider_chromeos_unittest.cc » ('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 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.''',
« no previous file with comments | « chromeos/timezone/timezone_resolver.cc ('k') | device/geolocation/wifi_data_provider_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698