Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1887)

Unified Diff: components/proximity_auth/screenlock_state.h

Issue 2902093002: [EasyUnlock] Force user to enter their password after 20 hours. (Closed)
Patch Set: fix test Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/proximity_auth/proximity_auth_system_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/screenlock_state.h
diff --git a/components/proximity_auth/screenlock_state.h b/components/proximity_auth/screenlock_state.h
index 1f090edc4af9b62817db34eb3c3377f760e6519a..8bee1987a6afeddc04088b7daeedf2ab05c4d561 100644
--- a/components/proximity_auth/screenlock_state.h
+++ b/components/proximity_auth/screenlock_state.h
@@ -41,6 +41,9 @@ enum class ScreenlockState {
PHONE_LOCKED_AND_RSSI_TOO_LOW,
// The local device can be unlocked using proximity-based authentication.
AUTHENTICATED,
+ // The user must reauthenticate using their password because a sufficient time
+ // has elapsed since their last password entry.
+ PASSWORD_REAUTH,
};
} // namespace proximity_auth
« no previous file with comments | « components/proximity_auth/proximity_auth_system_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698