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

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 a09b0744d2b0d0e51282086eaa4a6354bd1f4ba1..00f84b0ea348bd3e0db56dac4834eedf333409c3 100644
--- a/chromeos/components/tether/initializer.cc
+++ b/chromeos/components/tether/initializer.cc
@@ -189,6 +189,8 @@ void Initializer::OnBluetoothAdapterAdvertisingIntervalSet(
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/05/03 01:53:33 Delete this.
lesliewatkins 2017/05/03 22:00:24 Done.
+ network_state_handler_, network_connect_);
active_host_network_state_updater_ =
base::MakeUnique<ActiveHostNetworkStateUpdater>(active_host_.get(),
network_state_handler_);

Powered by Google App Engine
This is Rietveld 408576698