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; |