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

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

Issue 1377313002: Revert of Hook up ProximityAuthSystem in EasyUnlockService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth_connection
Patch Set: Created 5 years, 3 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/easy_unlock_auth_attempt.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.cc
diff --git a/chrome/browser/signin/chrome_proximity_auth_client.cc b/chrome/browser/signin/chrome_proximity_auth_client.cc
index a5413fe816a5183d6304d5451f4ded75a88c608c..f8e13d69073ab3dd91b9e72fcaf3373d54c604db 100644
--- a/chrome/browser/signin/chrome_proximity_auth_client.cc
+++ b/chrome/browser/signin/chrome_proximity_auth_client.cc
@@ -105,10 +105,6 @@
}
std::string ChromeProximityAuthClient::GetAccountId() {
- // There is no SigninManager for the login profile.
- if (!SigninManagerFactory::GetForProfile(profile_))
- return std::string();
-
return SigninManagerFactory::GetForProfile(profile_)
->GetAuthenticatedAccountId();
}
« no previous file with comments | « no previous file | chrome/browser/signin/easy_unlock_auth_attempt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698