| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index d69b47662a32aa35b93d802fd7362e1092f2925f..8631c66a914667db826232009f30d5b9cf5ad03e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -897,6 +897,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
|
|
|