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

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

Issue 2850993002: [CrOS Tether] Add the HasConnectedToHost network field to NetworkStateHandler. (Closed)
Patch Set: stevenjb@ comments. Created 3 years, 8 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 e9e48d7edf55725713bb08fda93818d63357942a..8aa5786eed157788a1f61923413982a197712cce 100644
--- a/chromeos/components/tether/host_scanner.cc
+++ b/chromeos/components/tether/host_scanner.cc
@@ -122,7 +122,8 @@ void HostScanner::OnTetherAvailabilityResponse(
network_state_handler_->AddTetherNetworkState(
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,
+ false /* has_connected_to_host */);
}
if (scanned_device_list_so_far.size() == 1) {

Powered by Google App Engine
This is Rietveld 408576698