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

Unified Diff: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto

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
Index: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
diff --git a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
index 85370fcb0c53a45d2d1267f0259a217e30a24201..9de8517907fbbe85c59903ce177cc13d48c9a933 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -249,18 +249,6 @@ message SystemTimezoneProto {
// the timezone and the change is persistent. Thus a change by one user
// affects the login-screen and all other users.
optional string timezone = 1;
-
- // This allows domain administrators to control the timezone settings for
- // their devices.
- enum AutomaticTimezoneDetectionType {
- USERS_DECIDE = 0;
- DISABLED = 1;
- IP_ONLY = 2;
- SEND_WIFI_ACCESS_POINTS = 3;
- SEND_WIFI_ACCESS_POINTS_TEST = 4;
- };
-
- optional AutomaticTimezoneDetectionType timezone_detection_type = 2;
}
message SystemUse24HourClockProto {
« no previous file with comments | « chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc ('k') | chrome/browser/chromeos/preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698