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

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

Issue 12300016: Ignoring the timezone policy if it is set to an empty string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial patch. Created 7 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
« no previous file with comments | « chrome/browser/policy/browser_policy_connector.cc ('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 bb3b5c86f5989f507556905de13f1a8cd077497e..4cd0058e2e88581aa56c61da63d60f31e83f217e 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -211,12 +211,12 @@ message SystemTimezoneProto {
// all users. 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. In case of an invalid value (e.g. the empty string), the setting is
- // still activated with a fallback timezone (currently "GMT").
- // Only if no value is provided, the timezone device setting 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.
+ // valid. In case of an invalid value, the setting is still activated with a
+ // fallback timezone (currently "GMT"). In case of an empty string or if no
+ // value is provided, the timezone device setting 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/browser/policy/browser_policy_connector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698