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

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

Issue 2918933002: [EasyUnlock] Make login work if command line flag is enabled. (Closed)
Patch Set: Created 3 years, 7 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/easy_unlock_service_signin_chromeos.cc
diff --git a/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc b/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc
index 6bcaa95438318cb27864119cae3d46f200bbfc54..dea7c1683b39435e35b0c9aeb42ed58434f66e8c 100644
--- a/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc
+++ b/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc
@@ -514,8 +514,8 @@ void EasyUnlockServiceSignin::OnUserDataLoaded(
if (!device.serialized_beacon_seeds.empty()) {
PA_LOG(INFO) << "Deserializing BeaconSeeds: "
<< device.serialized_beacon_seeds;
- // TODO(tengs): Assign deserialized BeaconSeeds to the RemoteDevice.
- DeserializeBeaconSeeds(device.serialized_beacon_seeds);
+ remote_device.LoadBeaconSeeds(
+ DeserializeBeaconSeeds(device.serialized_beacon_seeds));
} else {
PA_LOG(WARNING) << "No BeaconSeeds were loaded.";
}
« no previous file with comments | « chrome/browser/signin/easy_unlock_service_regular.cc ('k') | components/proximity_auth/proximity_auth_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698