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

Unified Diff: components/proximity_auth/webui/proximity_auth_webui_handler.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 | « components/proximity_auth/remote_device_life_cycle_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/webui/proximity_auth_webui_handler.cc
diff --git a/components/proximity_auth/webui/proximity_auth_webui_handler.cc b/components/proximity_auth/webui/proximity_auth_webui_handler.cc
index 0bd5ee52ba28016011baa73c5ea851d195739754..e2f4f6ba2bb3651ab57d092c192940be5ce259b9 100644
--- a/components/proximity_auth/webui/proximity_auth_webui_handler.cc
+++ b/components/proximity_auth/webui/proximity_auth_webui_handler.cc
@@ -355,6 +355,7 @@ void ProximityAuthWebUIHandler::ToggleConnection(const base::ListValue* args) {
enrollment_manager->GetUserPrivateKey(),
proximity_auth_client_->CreateSecureMessageDelegate()));
remote_device_loader_->Load(
+ true /* should_load_beacon_seeds */,
base::Bind(&ProximityAuthWebUIHandler::OnRemoteDevicesLoaded,
weak_ptr_factory_.GetWeakPtr()));
return;
« no previous file with comments | « components/proximity_auth/remote_device_life_cycle_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698