| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index bde96d1fceea656091082eb613fb6bc93d7758ef..e37604f8726362aa5652070e7ac4fc3bddc861fd 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -900,6 +900,13 @@ const char kEolStatus[] = "eol_status";
|
| // Boolean pref indicating the End Of Life notification was dismissed by the
|
| // user.
|
| const char kEolNotificationDismissed[] = "eol_notification_dismissed";
|
| +
|
| +// Integer prefs indicating the minimum and maximum lengths of the lock screen
|
| +// pin.
|
| +const char kPinUnlockMinimumLength[] = "pin_unlock_minimum_length";
|
| +const char kPinUnlockMaximumLength[] = "pin_unlock_maximum_length";
|
| +// Boolean pref indicating whether users are allowed to set easy pins.
|
| +const char kPinUnlockAllowEasyPins[] = "pin_unlock_allow_easy_pins";
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // A boolean pref set to true if a Home button to open the Home pages should be
|
|
|