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

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

Issue 2624843003: Add support for cellular geolocation (Closed)
Patch Set: Remove GetCellTowers, fix indicator flag logic 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
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..1cb79bc5686e0f7a970bd4cf392129cd66ae2b77 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -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': 'TimezoneAutomaticDetectionSendAllNetworkInfo',
+ '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 TimezoneAutomaticDetectionSendAllNetworkInfo, timezone controls in chrome://settings will be disabled. Automatic timezone detection will be always on. Network information (including visible WiFi access-points, reachable Cell Towers, and any other available information) will be sent to a Geolocation API 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.''',

Powered by Google App Engine
This is Rietveld 408576698