| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index ea495ff68ea2e05db0784957e819dbcef4fc5b6f..c395199ca2c30bebb01e0d62aa7d26f0fd519169 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -308,6 +308,9 @@ extern const char kEolNotificationDismissed[];
|
| extern const char kQuickUnlockFeatureNotificationShown[];
|
| extern const char kQuickUnlockModeWhitelist[];
|
| extern const char kQuickUnlockTimeout[];
|
| +extern const char kPinUnlockMinimumLength[];
|
| +extern const char kPinUnlockMaximumLength[];
|
| +extern const char kPinUnlockAllowWeakPins[];
|
| #endif // defined(OS_CHROMEOS)
|
| extern const char kShowHomeButton[];
|
| extern const char kSpeechRecognitionFilterProfanities[];
|
|
|