Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 3fc48cec80a4fb2f3ce0e3577458c6f20c39c7fb..2e2ac426b0f78d6ff6c034a19dbe70c0bd733cf0 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -903,6 +903,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"; |
|
battre
2016/11/04 10:59:36
Add descriptions to these here?
sammiequon
2016/11/06 17:52:52
Done.
|
| #endif // defined(OS_CHROMEOS) |
| // A boolean pref set to true if a Home button to open the Home pages should be |