| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index d5a9e26dd300766736d7f62206f8400cf465f232..8e29ba8a0df75a02670ad0decdc9f2d0fe76af82 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -203,6 +203,7 @@ extern const char kPrimaryMouseButtonRight[];
|
| extern const char kMouseSensitivity[];
|
| extern const char kTouchpadSensitivity[];
|
| extern const char kUse24HourClock[];
|
| +extern const char kUserTimezone[];
|
| extern const char kResolveTimezoneByGeolocation[];
|
| // TODO(yusukes): Change "kLanguageABC" to "kABC". The current form is too long
|
| // to remember and confusing. The prefs are actually for input methods and i18n
|
| @@ -747,6 +748,7 @@ extern const char kFactoryResetRequested[];
|
| extern const char kDebuggingFeaturesRequested[];
|
|
|
| #if defined(OS_CHROMEOS)
|
| +extern const char kSigninScreenTimezone[];
|
| extern const char kResolveDeviceTimezoneByGeolocation[];
|
| extern const char kSystemTimezoneAutomaticDetectionPolicy[];
|
| #endif // defined(OS_CHROMEOS)
|
|
|