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

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

Issue 586113003: [Easy signin]Set more permit record data when converting from key device list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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 | « chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 51ec80ffdd9e474f4b15a6eafdd9e2d447d4b087..5004a1697071210bc5cff695b5e942655174acab 100644
--- a/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc
+++ b/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc
@@ -127,7 +127,7 @@ void EasyUnlockServiceSignin::OnCryptohomeKeysFetched(
remote_devices_ = devices;
remote_devices_value_.reset(new base::ListValue);
chromeos::EasyUnlockKeyManager::DeviceDataListToRemoteDeviceList(
- remote_devices_, remote_devices_value_.get());
+ user_id_, remote_devices_, remote_devices_value_.get());
UpdateAppState();
}
« no previous file with comments | « chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698