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

Unified Diff: chrome/browser/chromeos/login/lock/screen_locker.h

Issue 2809993004: cros: Implement cryptohome backend for pin.
Patch Set: Address comments Created 3 years, 6 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/lock/screen_locker.h
diff --git a/chrome/browser/chromeos/login/lock/screen_locker.h b/chrome/browser/chromeos/login/lock/screen_locker.h
index dba07eb44bdd26fa11b408c417e09a9f89f03d63..51a057d42c0a4ce1f595ac374df205358a76fcc5 100644
--- a/chrome/browser/chromeos/login/lock/screen_locker.h
+++ b/chrome/browser/chromeos/login/lock/screen_locker.h
@@ -228,6 +228,13 @@ class ScreenLocker : public AuthStatusConsumer,
// lock request is failed.
void OnStartLockCallback(bool locked);
+ // Called when the pin attempt is finished running.
+ void OnPinAttemptDone(const UserContext& user_context, bool success);
+
+ // Called to continue authentication against cryptohome after the pin login
+ // check has completed.
+ void ContinueAuthenticate(const UserContext& user_context);
+
// WebUIScreenLocker instance in use.
std::unique_ptr<WebUIScreenLocker> web_ui_;

Powered by Google App Engine
This is Rietveld 408576698