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

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: Remove typo. 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 aac15039025617efb2f11b7a38b665bc7cabc5cf..4fb3f37943c607aa63c749948d7805f5c4966928 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(

Powered by Google App Engine
This is Rietveld 408576698