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

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

Issue 1308393007: Add CryptAuth managers to EasyUnlockServiceRegular (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows compile 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 7a0815e36f46a34bf9368a4eafb58d4f15b1b8f0..6200599da2d8b98a2caf28ccb3c880211cc209cd 100644
--- a/chrome/browser/signin/chrome_proximity_auth_client.h
+++ b/chrome/browser/signin/chrome_proximity_auth_client.h
@@ -36,6 +36,9 @@ class ChromeProximityAuthClient : public proximity_auth::ProximityAuthClient {
void FinalizeSignin(const std::string& secret) override;
private:
+ // Returns the EasyUnlockService instance used inside user sessions.
+ EasyUnlockServiceRegular* GetEasyUnlockServiceRegular();
+
Profile* const profile_;
DISALLOW_COPY_AND_ASSIGN(ChromeProximityAuthClient);
« 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