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

Unified Diff: chromeos/components/tether/host_scanner.cc

Issue 2913313002: Tether: Persist if first-time setup is required to HostScanCache. (Closed)
Patch Set: khorimoto@ comments. 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: chromeos/components/tether/host_scanner.cc
diff --git a/chromeos/components/tether/host_scanner.cc b/chromeos/components/tether/host_scanner.cc
index a8616ef385623caba627a79bcd30f9c4b7bd9ba5..31308e88862077887a0f097c0c155e8e3684f0c4 100644
--- a/chromeos/components/tether/host_scanner.cc
+++ b/chromeos/components/tether/host_scanner.cc
@@ -167,7 +167,8 @@ void HostScanner::SetCacheEntry(
host_scan_cache_->SetHostScanResult(
device_id_tether_network_guid_map_->GetTetherNetworkGuidForDeviceId(
remote_device.GetDeviceId()),
- remote_device.name, carrier, battery_percentage, signal_strength);
+ remote_device.name, carrier, battery_percentage, signal_strength,
+ scanned_device_info.setup_required);
}
} // namespace tether

Powered by Google App Engine
This is Rietveld 408576698