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

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

Issue 1849133006: Revert "ChromeOS: Add SystemTimezoneAutomaticDetection policy." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/chromeos_switches.cc ('k') | tools/metrics/histograms/histograms.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 0d5b23fe5743350409415e3f5e761d526161f2c1..53b111b7e05793b0dca403f8c7e4524212c84959 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -5740,9 +5740,7 @@
New devices start out with the timezone set to "US/Pacific".
- The format of the value follows the names of timezones in the "IANA Time Zone Database" (see "https://en.wikipedia.org/wiki/Tz_database"). In particular, most timezones can be referred to by "continent/large_city" or "ocean/large_city".
-
- Setting this policy completely disables automatic timezone resolve by device location. It also overrides SystemTimezoneAutomaticDetection policy.''',
+ The format of the value follows the names of timezones in the "IANA Time Zone Database" (see "https://en.wikipedia.org/wiki/Tz_database"). In particular, most timezones can be referred to by "continent/large_city" or "ocean/large_city".''',
},
{
'name': 'SystemUse24HourClock',
@@ -8379,58 +8377,6 @@
'tags': ['system-security'],
'id': 324,
},
- {
- 'name': 'SystemTimezoneAutomaticDetection',
- 'type': 'int-enum',
- 'schema': {
- 'type': 'integer',
- 'enum': [ 0, 1, 2, 3 ],
- },
- 'items': [
- {
- 'name': 'TimezoneAutomaticDetectionUsersDecide',
- 'value': 0,
- 'caption': '''Let users decide.''',
- },
- {
- 'name': 'TimezoneAutomaticDetectionDisabled',
- 'value': 1,
- 'caption': '''Never auto-detect timezone.''',
- },
- {
- 'name': 'TimezoneAutomaticDetectionIPOnly',
- 'value': 2,
- 'caption': '''Always use coarse timezone detection.''',
- },
- {
- 'name': 'TimezoneAutomaticDetectionSendWiFiAccessPoints',
- 'value': 3,
- 'caption': '''Always send WiFi acess-points to server while resolving timezone.''',
- },
- ],
- 'supported_on': ['chrome_os:51-'],
- 'device_only': True,
- 'features': {
- 'dynamic_refresh': True,
- },
- 'example_value': 0,
- 'id': 325,
- 'caption': '''Configure the automatic timezone detection method''',
- 'tags': ['google-sharing'],
- 'desc': '''When this policy is set, automatic timezone detection flow will be in one of the following ways depending on the value of the setting:
-
- If set to TimezoneAutomaticDetectionUsersDecide, users would be able to control automatic timezone detection using normal controls in chrome://settings.
-
- If set to TimezoneAutomaticDetectionDisabled, automatic timezone controls in chrome://settings will be disabled. Automatic timezone detection will be always off.
-
- If set to TimezoneAutomaticDetectionIPOnly, timezone controls in chrome://settings will be disabled. Automatic timezone detection will be always on. Timezone detection will use IP-only method to resolve location.
-
- 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 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.''',
- },
],
'messages': {
# Messages that are not associated to any policies.
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698