Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index bde96d1fceea656091082eb613fb6bc93d7758ef..7cc822d703373abd04cbd84f3bc813b3c7d4f309 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"; |
|
jdufault
2016/09/30 01:05:51
It looks like this needs a comment and should be s
sammiequon
2016/09/30 18:38:36
Done.
|
| +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 |