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

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

Issue 2949343002: Tether: record each type of host connection result. (Closed)
Patch Set: Remove incorrect metric recording call. 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/tether_disconnector_unittest.cc
diff --git a/chromeos/components/tether/tether_disconnector_unittest.cc b/chromeos/components/tether/tether_disconnector_unittest.cc
index b421426cfc1b30a4f1cb0132d89620f5a55d2b94..1ed7e7c14875b84b20116a9092684443d624765a 100644
--- a/chromeos/components/tether/tether_disconnector_unittest.cc
+++ b/chromeos/components/tether/tether_disconnector_unittest.cc
@@ -107,7 +107,8 @@ class TestTetherConnector : 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 */),
should_cancel_successfully_(true) {}
~TestTetherConnector() override {}

Powered by Google App Engine
This is Rietveld 408576698