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

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

Issue 2859053003: [EasyUnlock] Add beacon_seeds to RemoteDevice. (Closed)
Patch Set: fixes 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_regular.cc
diff --git a/chrome/browser/signin/easy_unlock_service_regular.cc b/chrome/browser/signin/easy_unlock_service_regular.cc
index 38598e88950e1f0f9e5c21d5efa6065956276891..b5cd94b9f1bc80917907a064601cf9a9040f1956 100644
--- a/chrome/browser/signin/easy_unlock_service_regular.cc
+++ b/chrome/browser/signin/easy_unlock_service_regular.cc
@@ -104,6 +104,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 | « no previous file | chromeos/components/tether/tether_host_fetcher.cc » ('j') | components/cryptauth/remote_device.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698