summaryrefslogtreecommitdiff
path: root/chromium/components/cryptauth/remote_device_loader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/cryptauth/remote_device_loader.cc')
-rw-r--r--chromium/components/cryptauth/remote_device_loader.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/components/cryptauth/remote_device_loader.cc b/chromium/components/cryptauth/remote_device_loader.cc
index 705a1262d84..a9fc03543a7 100644
--- a/chromium/components/cryptauth/remote_device_loader.cc
+++ b/chromium/components/cryptauth/remote_device_loader.cc
@@ -106,7 +106,8 @@ void RemoteDeviceLoader::OnPSKDerived(
cryptauth::RemoteDevice remote_device(
user_id_, device.friendly_device_name(), device.public_key(),
- device.bluetooth_address(), psk, std::string());
+ device.bluetooth_address(), psk, device.unlock_key(),
+ device.mobile_hotspot_supported(), device.last_update_time_millis());
if (should_load_beacon_seeds_) {
std::vector<BeaconSeed> beacon_seeds;