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

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

Issue 2975483002: [CrOS Tether] Disconnect cleanly from active Tether networks when the user logs out or the Tether c… (Closed)
Patch Set: hansberry@ comment. 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
« no previous file with comments | « chromeos/components/tether/initializer.cc ('k') | chromeos/components/tether/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc
diff --git a/chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc b/chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc
index aac15039025617efb2f11b7a38b665bc7cabc5cf..42d9b9196eb3c0ce591ba1d6afcc24fb1934b0c9 100644
--- a/chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc
+++ b/chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc
@@ -87,15 +87,7 @@ class MockTetherConnector : public TetherConnector {
class MockTetherDisconnector : public TetherDisconnector {
public:
- MockTetherDisconnector()
- : TetherDisconnector(nullptr /* network_connection_handler */,
- nullptr /* network_state_handler */,
- nullptr /* active_host */,
- nullptr /* ble_connection_manager */,
- nullptr /* network_configuration_remover */,
- nullptr /* tether_connector */,
- nullptr /* device_id_tether_network_guid_map */,
- nullptr /* tether_host_fetcher */) {}
+ MockTetherDisconnector() : TetherDisconnector() {}
~MockTetherDisconnector() override {}
MOCK_METHOD3(
« no previous file with comments | « chromeos/components/tether/initializer.cc ('k') | chromeos/components/tether/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698