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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/system/ash_system_tray_delegate.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 syntax = "proto2"; 5 syntax = "proto2";
6 6
7 option optimize_for = LITE_RUNTIME; 7 option optimize_for = LITE_RUNTIME;
8 8
9 package enterprise_management; 9 package enterprise_management;
10 10
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 // fallback timezone (currently "GMT"). In case of an empty string or if no 231 // fallback timezone (currently "GMT"). In case of an empty string or if no
232 // value is provided, the timezone device setting is inactive. In that case, 232 // value is provided, the timezone device setting is inactive. In that case,
233 // the currently active timezone will remain in use however users can change 233 // the currently active timezone will remain in use however users can change
234 // the timezone and the change is persistent. Thus a change by one user 234 // the timezone and the change is persistent. Thus a change by one user
235 // affects the login-screen and all other users. 235 // affects the login-screen and all other users.
236 optional string timezone = 1; 236 optional string timezone = 1;
237 } 237 }
238 238
239 message SystemUse24HourClockProto { 239 message SystemUse24HourClockProto {
240 // Specifies an owner-determined clock format that applies to the login 240 // Specifies an owner-determined clock format that applies to the login
241 // screen and all users. 241 // screen and is used as a default for all user sessions. Users can still
242 // override the format to use for their account.
243 //
244 // True and false select a 24 and 12 hour clock format, respectively. The
245 // default format for the case the setting is not present is 24 hour clock.
242 optional bool use_24hour_clock = 1; 246 optional bool use_24hour_clock = 1;
243 } 247 }
244 248
245 // Parameters for Kiosk App device-local accounts. 249 // Parameters for Kiosk App device-local accounts.
246 message KioskAppInfoProto { 250 message KioskAppInfoProto {
247 // Indicates the Kiosk App for the corresponding device-local account. The 251 // Indicates the Kiosk App for the corresponding device-local account. The
248 // string value should be a valid 32-character Chrome App identifier and 252 // string value should be a valid 32-character Chrome App identifier and
249 // specifies the Kiosk App to download and run. 253 // specifies the Kiosk App to download and run.
250 optional string app_id = 1; 254 optional string app_id = 1;
251 255
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 optional AllowRedeemChromeOsRegistrationOffersProto allow_redeem_offers = 22; 544 optional AllowRedeemChromeOsRegistrationOffersProto allow_redeem_offers = 22;
541 optional StartUpFlagsProto start_up_flags = 23; 545 optional StartUpFlagsProto start_up_flags = 23;
542 optional UptimeLimitProto uptime_limit = 24; 546 optional UptimeLimitProto uptime_limit = 24;
543 optional VariationsParameterProto variations_parameter = 25; 547 optional VariationsParameterProto variations_parameter = 25;
544 optional AttestationSettingsProto attestation_settings = 26; 548 optional AttestationSettingsProto attestation_settings = 26;
545 optional AccessibilitySettingsProto accessibility_settings = 27; 549 optional AccessibilitySettingsProto accessibility_settings = 27;
546 optional SupervisedUsersSettingsProto supervised_users_settings = 28; 550 optional SupervisedUsersSettingsProto supervised_users_settings = 28;
547 optional LoginScreenPowerManagementProto login_screen_power_management = 29; 551 optional LoginScreenPowerManagementProto login_screen_power_management = 29;
548 optional SystemUse24HourClockProto use_24hour_clock = 30; 552 optional SystemUse24HourClockProto use_24hour_clock = 30;
549 } 553 }
OLDNEW
« 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