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

Unified Diff: chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h

Issue 2387253002: cros: Added policies for screen unlock. (Closed)
Patch Set: Fixed patch set 1 errors. Created 4 years, 2 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: chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h
diff --git a/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h b/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h
index c7666c5ee6f7648535d6da4a2a471823436016ad..7937e534b94ca7e718515db08f7474c209dab1f4 100644
--- a/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h
+++ b/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h
@@ -7,6 +7,15 @@
namespace chromeos {
+// Enumeration specifiying the possible intervals before a strong auth
+// (password) is required before continuing to use quick unlock.
+enum class PasswordConfirmationFrequency {
+ SIX_HOURS = 0,
+ TWELVE_HOURS = 1,
+ DAY = 2,
+ WEEK = 3
+};
+
// Returns true if quick unlock is allowed by policy and the feature flag is
// present.
bool IsQuickUnlockEnabled();

Powered by Google App Engine
This is Rietveld 408576698