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

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

Issue 2801353002: [CrOS Tether] Fill out the Initializer class. Tether will now initialize fully once the flag is ena… (Closed)
Patch Set: hansberry@ comments, DEPS change. 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/wifi_hotspot_connector.cc
diff --git a/chromeos/components/tether/wifi_hotspot_connector.cc b/chromeos/components/tether/wifi_hotspot_connector.cc
index 1ec2bed728055bcd31cb540d956d6bf3eff788b9..f97380ef467b2758c9335ef7190240c8ef9c40c0 100644
--- a/chromeos/components/tether/wifi_hotspot_connector.cc
+++ b/chromeos/components/tether/wifi_hotspot_connector.cc
@@ -19,6 +19,10 @@ namespace chromeos {
namespace tether {
+WifiHotspotConnector::WifiHotspotConnector()
+ : WifiHotspotConnector(NetworkHandler::Get()->network_state_handler(),
+ NetworkConnect::Get()) {}
+
WifiHotspotConnector::WifiHotspotConnector(
NetworkStateHandler* network_state_handler,
NetworkConnect* network_connect)

Powered by Google App Engine
This is Rietveld 408576698