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

Unified Diff: components/proximity_auth/proximity_auth_pref_names.cc

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
Index: components/proximity_auth/proximity_auth_pref_names.cc
diff --git a/components/proximity_auth/proximity_auth_pref_names.cc b/components/proximity_auth/proximity_auth_pref_names.cc
index 13d9fa1db34f8048bfc667a339693f046299fc09..3e0267e687de19f6d421c780f9785f049430fbb1 100644
--- a/components/proximity_auth/proximity_auth_pref_names.cc
+++ b/components/proximity_auth/proximity_auth_pref_names.cc
@@ -7,6 +7,11 @@
namespace proximity_auth {
namespace prefs {
+// The timestamp of the last password entry in milliseconds, used to enforce
+// reauthing with the password after a given time period has elapsed.
+const char kProximityAuthLastPasswordEntryTimestampMs[] =
+ "proximity_auth.last_password_entry_timestamp_ms";
+
// The dictionary containing remote BLE devices.
const char kProximityAuthRemoteBleDevices[] =
"proximity_auth.remote_ble_devices";
« no previous file with comments | « components/proximity_auth/proximity_auth_pref_names.h ('k') | components/proximity_auth/proximity_auth_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698