| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 1792729f575b57020da80edbb094d5438c5b9040..cb78be0750220870395bee08eccae5f912af478f 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -909,6 +909,9 @@ 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 kQuickUnlockModeWhitelist[] = "quick_unlock_mode_whitelist";
|
| +const char kQuickUnlockTimeout[] = "quick_unlock_timeout";
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // A boolean pref set to true if a Home button to open the Home pages should be
|
|
|