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

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

Issue 2917803002: Tether: Display a 'setup required' notification when appropriate. (Closed)
Patch Set: Rebase. Created 3 years, 7 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_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/tether_disconnector_unittest.cc
diff --git a/chromeos/components/tether/tether_disconnector_unittest.cc b/chromeos/components/tether/tether_disconnector_unittest.cc
index bb14cccdc4851ec36d6b55b846321be4824a6c77..b421426cfc1b30a4f1cb0132d89620f5a55d2b94 100644
--- a/chromeos/components/tether/tether_disconnector_unittest.cc
+++ b/chromeos/components/tether/tether_disconnector_unittest.cc
@@ -48,7 +48,7 @@ std::string CreateConnectedWifiConfigurationJsonString() {
class TestNetworkConnectionHandler : public NetworkConnectionHandler {
public:
- TestNetworkConnectionHandler(base::Closure disconnect_callback)
+ explicit TestNetworkConnectionHandler(base::Closure disconnect_callback)
: disconnect_callback_(disconnect_callback) {}
~TestNetworkConnectionHandler() override {}
@@ -105,7 +105,9 @@ class TestTetherConnector : public TetherConnector {
nullptr /* tether_host_fetcher */,
nullptr /* connection_manager */,
nullptr /* tether_host_response_recorder */,
- nullptr /* device_id_tether_network_guid_map */),
+ nullptr /* device_id_tether_network_guid_map */,
+ nullptr /* host_scan_cache */,
+ nullptr /* notification_presenter */),
should_cancel_successfully_(true) {}
~TestTetherConnector() override {}
« no previous file with comments | « chromeos/components/tether/tether_connector_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698