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

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

Issue 23125005: Update policy description for SystemUse24HourClock policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 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/browser/chromeos/system/ash_system_tray_delegate.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/chromeos/chrome_device_policy.proto
diff --git a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
index a88f58f525275ebd316277ec1518a702ff32af36..befa190a4e727d35db56cdcdc06607302b46caa5 100644
--- a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
@@ -238,7 +238,11 @@ message SystemTimezoneProto {
message SystemUse24HourClockProto {
// Specifies an owner-determined clock format that applies to the login
- // screen and all users.
+ // screen and is used as a default for all user sessions. Users can still
+ // override the format to use for their account.
+ //
+ // True and false select a 24 and 12 hour clock format, respectively. The
+ // default format for the case the setting is not present is 24 hour clock.
optional bool use_24hour_clock = 1;
}
« no previous file with comments | « chrome/browser/chromeos/system/ash_system_tray_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698