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

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

Issue 2857853005: [CrOS Tether] Create TetherDisconnector, which disconnects from active tethering sessions. (Closed)
Patch Set: hansberry@ 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.h
diff --git a/chromeos/components/tether/initializer.h b/chromeos/components/tether/initializer.h
index 185ba7e36f75b23e0e7fc368c9c98768d9330518..7ec649384633569a2603e68ef8526d20fd1b738e 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -35,6 +35,7 @@ namespace tether {
class ActiveHost;
class ActiveHostNetworkStateUpdater;
class BleConnectionManager;
+class NetworkConnectionHandlerTetherDelegate;
class DeviceIdTetherNetworkGuidMap;
class HostScanCache;
class HostScanner;
@@ -43,6 +44,7 @@ class LocalDeviceDataProvider;
class NetworkConfigurationRemover;
class NotificationPresenter;
class TetherConnector;
+class TetherDisconnector;
class TetherHostFetcher;
class TetherHostResponseRecorder;
class TetherNetworkDisconnectionHandler;
@@ -121,7 +123,10 @@ class Initializer : public OAuth2TokenService::Observer {
std::unique_ptr<DeviceIdTetherNetworkGuidMap>
device_id_tether_network_guid_map_;
std::unique_ptr<TetherConnector> tether_connector_;
+ std::unique_ptr<TetherDisconnector> tether_disconnector_;
std::unique_ptr<NetworkConfigurationRemover> network_configuration_remover_;
+ std::unique_ptr<NetworkConnectionHandlerTetherDelegate>
+ network_connection_handler_tether_delegate_;
std::unique_ptr<TetherNetworkDisconnectionHandler>
tether_network_disconnection_handler_;
std::unique_ptr<HostScanCache> host_scan_cache_;
« no previous file with comments | « chromeos/components/tether/fake_network_configuration_remover.cc ('k') | chromeos/components/tether/initializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698