| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index eeff4c29df43c91a06f22f27e6d4fec3bafb3367..832f857c2f3a68a3c40ff06e958369d6e3286f8b 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -304,6 +304,9 @@ extern const char kQuickUnlockPinSecret[];
|
| extern const char kEolStatus[];
|
| extern const char kEolNotificationDismissed[];
|
| extern const char kQuickUnlockFeatureNotificationShown[];
|
| +extern const char kPinUnlockMinimumLength[];
|
| +extern const char kPinUnlockMaximumLength[];
|
| +extern const char kPinUnlockAllowWeakPins[];
|
| #endif // defined(OS_CHROMEOS)
|
| extern const char kShowHomeButton[];
|
| extern const char kSpeechRecognitionFilterProfanities[];
|
|
|