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

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

Issue 2387253002: cros: Added policies for screen unlock. (Closed)
Patch Set: Rebased. Created 4 years, 1 month 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 | « no previous file | chrome/browser/chromeos/login/quick_unlock/pin_storage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/quick_unlock/pin_storage.h
diff --git a/chrome/browser/chromeos/login/quick_unlock/pin_storage.h b/chrome/browser/chromeos/login/quick_unlock/pin_storage.h
index f9fe72aadbecff1921e3716e0c1d82bf26680110..83ecc900ee1d01299b8330a5756cb4cfc6fef152 100644
--- a/chrome/browser/chromeos/login/quick_unlock/pin_storage.h
+++ b/chrome/browser/chromeos/login/quick_unlock/pin_storage.h
@@ -23,9 +23,8 @@ namespace chromeos {
class PinStorage : public KeyedService {
public:
- // TODO(jdufault): Pull these values in from policy. See crbug.com/612271.
+ // TODO(sammiequon): Pull this value in from policy. See crbug.com/612271.
static const int kMaximumUnlockAttempts = 3;
- static const base::TimeDelta kStrongAuthTimeout;
// Registers profile prefs.
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/quick_unlock/pin_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698