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

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

Issue 2975483002: [CrOS Tether] Disconnect cleanly from active Tether networks when the user logs out or the Tether c… (Closed)
Patch Set: Created 3 years, 5 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 a1b69446d5ed40d5baac6383035ac83a15455b46..66af60fa454d235b46cc9c574a693326084970a9 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -47,7 +47,7 @@ class KeepAliveScheduler;
class NetworkConfigurationRemover;
class NotificationPresenter;
class TetherConnector;
-class TetherDisconnector;
+class TetherDisconnectorImpl;
class TetherHostFetcher;
class TetherHostResponseRecorder;
class TetherNetworkDisconnectionHandler;
@@ -133,7 +133,7 @@ class Initializer : public OAuth2TokenService::Observer {
std::unique_ptr<HostScanner> host_scanner_;
std::unique_ptr<HostScanScheduler> host_scan_scheduler_;
std::unique_ptr<TetherConnector> tether_connector_;
- std::unique_ptr<TetherDisconnector> tether_disconnector_;
Ryan Hansberry 2017/07/11 22:23:56 Was the change to this file necessary? (I don't fe
Kyle Horimoto 2017/07/12 01:42:59 Nope - changed.
+ std::unique_ptr<TetherDisconnectorImpl> tether_disconnector_;
std::unique_ptr<NetworkConfigurationRemover> network_configuration_remover_;
std::unique_ptr<NetworkConnectionHandlerTetherDelegate>
network_connection_handler_tether_delegate_;

Powered by Google App Engine
This is Rietveld 408576698