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

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: Fix destruction order in tests on ChromeOS Created 5 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/signin/chrome_proximity_auth_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ffe8fe183195469028a2d2363c216efc58e1f1b2..53bc6e223724e9e2215c901e71188a802fd48d5e 100644
--- a/chrome/browser/signin/chrome_proximity_auth_client.h
+++ b/chrome/browser/signin/chrome_proximity_auth_client.h
@@ -19,7 +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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698