| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index d9514145155ab48605b5814a0386b7b194ace681..9b995f751aae23a93790e2478184717eac0df60a 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -288,6 +288,8 @@ extern const char kForceMaximizeOnFirstRun[];
|
| extern const char kPlatformKeys[];
|
| extern const char kUnifiedDesktopEnabledByDefault[];
|
| extern const char kAllowScreenLock[];
|
| +extern const char kQuickUnlockPinSalt[];
|
| +extern const char kQuickUnlockPinSecret[];
|
| #endif // defined(OS_CHROMEOS)
|
| extern const char kShowHomeButton[];
|
| extern const char kRecentlySelectedEncoding[];
|
|
|