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

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

Issue 2949343002: Tether: record each type of host connection result. (Closed)
Patch Set: Fix crash. 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/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 42d9b9196eb3c0ce591ba1d6afcc24fb1934b0c9..a10b28481ba62cf26112c3b14b9998057263ed78 100644
--- a/chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc
+++ b/chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc
@@ -75,7 +75,8 @@ class MockTetherConnector : public TetherConnector {
nullptr /* tether_host_response_recorder */,
nullptr /* device_id_tether_network_guid_map */,
nullptr /* host_scan_cache */,
- nullptr /* notification_presenter */) {}
+ nullptr /* notification_presenter */,
+ nullptr /* host_connection_metrics_logger */) {}
~MockTetherConnector() override {}
MOCK_METHOD3(
« no previous file with comments | « chromeos/components/tether/mock_host_connection_metrics_logger.cc ('k') | chromeos/components/tether/tether_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698