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

Unified Diff: chromeos/components/tether/tether_disconnector_impl_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
« 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_impl_unittest.cc
diff --git a/chromeos/components/tether/tether_disconnector_impl_unittest.cc b/chromeos/components/tether/tether_disconnector_impl_unittest.cc
index ccd4c9f87bc578d05ab978207a97ef22d184550d..ebf08aa88a755b25bd667051ed3fc8e647e19821 100644
--- a/chromeos/components/tether/tether_disconnector_impl_unittest.cc
+++ b/chromeos/components/tether/tether_disconnector_impl_unittest.cc
@@ -110,7 +110,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 {}
« 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