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

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

Issue 2150763002: Enable PIN configuration settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix tests Created 4 years, 5 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/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 bcabe560e1b549483ff9129b8d5aac4a94a0e2ef..f9fe72aadbecff1921e3716e0c1d82bf26680110 100644
--- a/chrome/browser/chromeos/login/quick_unlock/pin_storage.h
+++ b/chrome/browser/chromeos/login/quick_unlock/pin_storage.h
@@ -21,11 +21,6 @@ class PinStorageTestApi;
namespace chromeos {
-// TODO(jdufault): Figure out the UX we want on the lock screen when there are
-// multiple users. We will be storing either global or per-user unlock state. If
-// we end up storing global unlock state, we can pull the unlock attempt and
-// strong-auth code out of this class.
-
class PinStorage : public KeyedService {
public:
// TODO(jdufault): Pull these values in from policy. See crbug.com/612271.

Powered by Google App Engine
This is Rietveld 408576698