| Index: chromeos/components/tether/tether_host_fetcher.cc
|
| diff --git a/chromeos/components/tether/tether_host_fetcher.cc b/chromeos/components/tether/tether_host_fetcher.cc
|
| index 2c98fccdea5aa90a6e3710f7bc121c0e78722784..3fab2ad236b00c4f180b3a8a07a02fd9e5714ef3 100644
|
| --- a/chromeos/components/tether/tether_host_fetcher.cc
|
| +++ b/chromeos/components/tether/tether_host_fetcher.cc
|
| @@ -63,6 +63,7 @@ void TetherHostFetcher::StartLoadingDevicesIfNeeded() {
|
| cryptauth_service_->GetCryptAuthEnrollmentManager()->GetUserPrivateKey(),
|
| cryptauth_service_->CreateSecureMessageDelegate());
|
| remote_device_loader_->Load(
|
| + false /* should_load_beacon_seeds */,
|
| base::Bind(&TetherHostFetcher::OnRemoteDevicesLoaded,
|
| weak_ptr_factory_.GetWeakPtr()));
|
| }
|
|
|