| 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 af6604ce216571bb49e18015ec58a3d47f527f4f..60a8e80472e58639ba4b9b2235b9d23205030b06 100644
|
| --- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
|
| +++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
|
| @@ -249,6 +249,17 @@ 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;
|
| + };
|
| +
|
| + optional AutomaticTimezoneDetectionType timezone_detection_type = 2;
|
| }
|
|
|
| message SystemUse24HourClockProto {
|
|
|