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

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

Issue 2801353002: [CrOS Tether] Fill out the Initializer class. Tether will now initialize fully once the flag is ena… (Closed)
Patch Set: Added missing dep. 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
« no previous file with comments | « chromeos/components/tether/tether_connector.h ('k') | chromeos/components/tether/tether_host_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/tether_connector.cc
diff --git a/chromeos/components/tether/tether_connector.cc b/chromeos/components/tether/tether_connector.cc
index d7429a1ed8e87cb79e233fa5285476d7545a7779..21da910fb43e5fed7683cb194e567c55e71f6921 100644
--- a/chromeos/components/tether/tether_connector.cc
+++ b/chromeos/components/tether/tether_connector.cc
@@ -18,22 +18,6 @@ namespace chromeos {
namespace tether {
TetherConnector::TetherConnector(
- WifiHotspotConnector* wifi_hotspot_connector,
- ActiveHost* active_host,
- TetherHostFetcher* tether_host_fetcher,
- BleConnectionManager* connection_manager,
- HostScanDevicePrioritizer* host_scan_device_prioritizer,
- DeviceIdTetherNetworkGuidMap* device_id_tether_network_guid_map)
- : TetherConnector(NetworkConnect::Get(),
- NetworkHandler::Get()->network_state_handler(),
- wifi_hotspot_connector,
- active_host,
- tether_host_fetcher,
- connection_manager,
- host_scan_device_prioritizer,
- device_id_tether_network_guid_map) {}
-
-TetherConnector::TetherConnector(
NetworkConnect* network_connect,
NetworkStateHandler* network_state_handler,
WifiHotspotConnector* wifi_hotspot_connector,
« no previous file with comments | « chromeos/components/tether/tether_connector.h ('k') | chromeos/components/tether/tether_host_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698