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

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

Issue 2852693004: [CrOS Tether] Create HostScanCache, which caches scan results and inserts them into the network sta… (Closed)
Patch Set: Rebased. Created 3 years, 8 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/mock_tether_host_response_recorder.cc
diff --git a/chromeos/components/tether/mock_tether_host_response_recorder.cc b/chromeos/components/tether/mock_tether_host_response_recorder.cc
index 483c4def615852645c77387967343662d0c45625..e3c78fe194c745c98cb0b1e1ad3dad3e51782f34 100644
--- a/chromeos/components/tether/mock_tether_host_response_recorder.cc
+++ b/chromeos/components/tether/mock_tether_host_response_recorder.cc
@@ -13,6 +13,10 @@ MockTetherHostResponseRecorder::MockTetherHostResponseRecorder()
MockTetherHostResponseRecorder::~MockTetherHostResponseRecorder() {}
+void MockTetherHostResponseRecorder::NotifyPreviouslyConnectedHostIdsChanged() {
+ NotifyObserversPreviouslyConnectedHostIdsChanged();
stevenjb 2017/05/01 18:26:11 Why not just call this directly in the test? (Use
Kyle Horimoto 2017/05/01 21:14:43 Done.
+}
+
} // namespace tether
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698