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

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

Issue 2859053003: [EasyUnlock] Add beacon_seeds to RemoteDevice. (Closed)
Patch Set: fix memory issue 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
« no previous file with comments | « chrome/browser/signin/easy_unlock_app_manager.cc ('k') | chromeos/components/tether/tether_host_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/easy_unlock_service_regular.cc
diff --git a/chrome/browser/signin/easy_unlock_service_regular.cc b/chrome/browser/signin/easy_unlock_service_regular.cc
index 5446c93304f54cc351a979fef627dbc4fa1313e7..8e9bd9e63257a0cf65c9e9d33789ed53ef20dd4a 100644
--- a/chrome/browser/signin/easy_unlock_service_regular.cc
+++ b/chrome/browser/signin/easy_unlock_service_regular.cc
@@ -105,6 +105,7 @@ void EasyUnlockServiceRegular::LoadRemoteDevices() {
GetCryptAuthEnrollmentManager()->GetUserPrivateKey(),
proximity_auth_client()->CreateSecureMessageDelegate()));
remote_device_loader_->Load(
+ true /* should_load_beacon_seeds */,
base::Bind(&EasyUnlockServiceRegular::OnRemoteDevicesLoaded,
weak_ptr_factory_.GetWeakPtr()));
}
« no previous file with comments | « chrome/browser/signin/easy_unlock_app_manager.cc ('k') | chromeos/components/tether/tether_host_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698