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

Unified Diff: chrome/browser/signin/chrome_proximity_auth_client.h

Issue 1239193005: [Proximity Auth] Port the UnlockManager class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/signin/chrome_proximity_auth_client.h
diff --git a/chrome/browser/signin/chrome_proximity_auth_client.h b/chrome/browser/signin/chrome_proximity_auth_client.h
index 72748204ed54e877b630fe9b85f9c43c5fe8961b..53bc6e223724e9e2215c901e71188a802fd48d5e 100644
--- a/chrome/browser/signin/chrome_proximity_auth_client.h
+++ b/chrome/browser/signin/chrome_proximity_auth_client.h
@@ -19,6 +19,9 @@ class ChromeProximityAuthClient : public proximity_auth::ProximityAuthClient {
// proximity_auth::ProximityAuthClient:
std::string GetAuthenticatedUsername() const override;
+ void UpdateScreenlockState(proximity_auth::ScreenlockState state) override;
+ void FinalizeUnlock(bool success) override;
+ void FinalizeSignin(const std::string& secret) override;
private:
Profile* const profile_;
« no previous file with comments | « no previous file | chrome/browser/signin/chrome_proximity_auth_client.cc » ('j') | components/proximity_auth/controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698