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

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

Issue 10829449: Clarified description of the timezone policy. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed comments. Created 8 years, 4 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 | « chrome/app/policy/policy_templates.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/proto/chrome_device_policy.proto
diff --git a/chrome/browser/policy/proto/chrome_device_policy.proto b/chrome/browser/policy/proto/chrome_device_policy.proto
index 262e85eec4db62e1e7715f0339f04c5dfd5f3dac..db14e26b4e99b4a6d176fb748d5c4554a73b9bb0 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -207,10 +207,16 @@ message StartUpUrlsProto {
}
message SystemTimezoneProto {
- // Specifies the timezone which is applied if this value is provided. Valid
- // values are listed in "timezone_settings.cc". Additionally, timezones from
- // the "IANA Time Zone Database" (e.g. listed on wikipedia) that are
- // equivalent to one of the timezones in "timezone_settings.cc" are valid.
+ // The timezone policy is active if this value is provided. Valid values are
Mattias Nissler (ping if slow) 2012/08/21 09:06:34 Sorry to nitpick further, I didn't catch this: Can
+ // listed in "timezone_settings.cc". Additionally, timezones from the "IANA
+ // Time Zone Database" (e.g. listed on wikipedia) that are equivalent to one
+ // of the timezones in "timezone_settings.cc" are valid. In case of an invalid
+ // value, the policy is still activated with a fallback timezone (currently
+ // "GMT").
+ // Only if no value is provided, the timezone policy is inactive. In that
+ // case, the currently active timezone will remain in use however users can
+ // change 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;
}
« no previous file with comments | « chrome/app/policy/policy_templates.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698