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/tether_connector.h

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
Index: chromeos/components/tether/tether_connector.h
diff --git a/chromeos/components/tether/tether_connector.h b/chromeos/components/tether/tether_connector.h
index 1282f16b66b170671b92ddb86037d29dbba2dd93..d896c45ef047efe3affe535d6d258e261d968a45 100644
--- a/chromeos/components/tether/tether_connector.h
+++ b/chromeos/components/tether/tether_connector.h
@@ -32,6 +32,8 @@ class TetherConnector : public NetworkConnect::TetherDelegate,
public ConnectTetheringOperation::Observer {
public:
TetherConnector(
+ NetworkConnect* network_connect,
+ NetworkStateHandler* network_state_handler,
WifiHotspotConnector* wifi_hotspot_connector,
ActiveHost* active_host,
TetherHostFetcher* tether_host_fetcher,
@@ -55,16 +57,6 @@ class TetherConnector : public NetworkConnect::TetherDelegate,
private:
friend class TetherConnectorTest;
- TetherConnector(
- NetworkConnect* network_connect,
- NetworkStateHandler* network_state_handler,
- 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);
-
void SetDisconnected();
void SetConnected(const std::string& device_id,
const std::string& wifi_network_guid);
« no previous file with comments | « chromeos/components/tether/mock_local_device_data_provider.cc ('k') | chromeos/components/tether/tether_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698