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

Unified Diff: chromeos/components/tether/network_connection_handler_tether_delegate_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/initializer.cc ('k') | chromeos/components/tether/tether_connector.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 60160caebf09acc445161dbbac8fdd31220da3d1..aac15039025617efb2f11b7a38b665bc7cabc5cf 100644
--- a/chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc
+++ b/chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc
@@ -73,7 +73,9 @@ class MockTetherConnector : 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 */) {}
~MockTetherConnector() override {}
MOCK_METHOD3(
@@ -149,4 +151,4 @@ TEST_F(NetworkConnectionHandlerTetherDelegateTest, TestDisconnect) {
} // namespace tether
-} // namespace cryptauth
+} // namespace chromeos
« no previous file with comments | « chromeos/components/tether/initializer.cc ('k') | chromeos/components/tether/tether_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698