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

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

Issue 2819303002: Changed wifi arcs to mobile bars for Tether network. (Closed)
Patch Set: khorimoto@ 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/initializer.cc
diff --git a/chromeos/components/tether/initializer.cc b/chromeos/components/tether/initializer.cc
index c0de8948232c9ef7da91eae5248cea12c0bccc36..41f0bd194db0e830bc1ed8ec6602d2515cd0337f 100644
--- a/chromeos/components/tether/initializer.cc
+++ b/chromeos/components/tether/initializer.cc
@@ -181,10 +181,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>(
Kyle Horimoto 2017/04/27 01:28:07 Revert changes in this file when you no longer nee
lesliewatkins 2017/04/28 21:30:43 Done.
+ 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