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

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

Issue 2819303002: Changed wifi arcs to mobile bars for Tether network. (Closed)
Patch Set: 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/initializer.cc
diff --git a/chromeos/components/tether/initializer.cc b/chromeos/components/tether/initializer.cc
index 9d12a935dbd84d23c274e7d511a6d0df475412ab..ed11af95750808775f6602859dc5034965bfcbda 100644
--- a/chromeos/components/tether/initializer.cc
+++ b/chromeos/components/tether/initializer.cc
@@ -165,10 +165,10 @@ void Initializer::OnBluetoothAdapterAdvertisingIntervalSet(
cryptauth::BluetoothThrottlerImpl::GetInstance());
host_scan_device_prioritizer_ =
base::MakeUnique<HostScanDevicePrioritizer>(pref_service_);
- wifi_hotspot_connector_ = base::MakeUnique<WifiHotspotConnector>(
- network_state_handler_, network_connect_);
active_host_ =
base::MakeUnique<ActiveHost>(tether_host_fetcher_.get(), pref_service_);
+ wifi_hotspot_connector_ = base::MakeUnique<WifiHotspotConnector>(
+ network_state_handler_, network_connect_, active_host_.get());
active_host_network_state_updater_ =
base::MakeUnique<ActiveHostNetworkStateUpdater>(active_host_.get(),
network_state_handler_);

Powered by Google App Engine
This is Rietveld 408576698