| Index: chrome/common/pref_names.cc | 
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc | 
| index b98d6132ee8055ecd9b48f6e8c68e499e8e18dd5..4f82f8b50806a6f69baa998f12da03269f0e307c 100644 | 
| --- a/chrome/common/pref_names.cc | 
| +++ b/chrome/common/pref_names.cc | 
| @@ -527,6 +527,9 @@ const char kTouchpadSensitivity[] = "settings.touchpad.sensitivity2"; | 
| // A boolean pref set to true if time should be displayed in 24-hour clock. | 
| const char kUse24HourClock[] = "settings.clock.use_24hour_clock"; | 
|  | 
| +// A string pref containing Timezone ID for this user. | 
| +const char kUserTimezone[] = "settings.timezone"; | 
| + | 
| // This setting disables manual timezone selection and starts periodic timezone | 
| // refresh. | 
| const char kResolveTimezoneByGeolocation[] = | 
| @@ -2004,6 +2007,10 @@ const char kFactoryResetRequested[] = "FactoryResetRequested"; | 
| const char kDebuggingFeaturesRequested[] = "DebuggingFeaturesRequested"; | 
|  | 
| #if defined(OS_CHROMEOS) | 
| +// This setting controlls initial device timezone that is used before user | 
| +// session started. It is controlled by device owner. | 
| +const char kSigninScreenTimezone[] = "settings.signin_screen_timezone"; | 
| + | 
| // This setting starts periodic timezone refresh when not in user session. | 
| // (user session is controlled by user profile preference | 
| // kResolveTimezoneByGeolocation | 
|  |