| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index b75daa165f317c4d2fc8217b64e6f6ecd689eebc..2999030786eec7326127d57bc0486b30af5beb62 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -900,6 +900,8 @@ const char kEolStatus[] = "eol_status";
|
| // Boolean pref indicating the End Of Life notification was dismissed by the
|
| // user.
|
| const char kEolNotificationDismissed[] = "eol_notification_dismissed";
|
| +const char kPinUnlockMinimumLength[] = "pin_unlock_minimum_length";
|
| +const char kPinUnlockMaximumLength[] = "pin_unlock_maximum_length";
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // A boolean pref set to true if a Home button to open the Home pages should be
|
|
|