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

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

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.h
diff --git a/chromeos/components/tether/mock_tether_host_response_recorder.h b/chromeos/components/tether/mock_tether_host_response_recorder.h
index 1293a1e649628c55db967ce61f0220bc9af18ce1..6ab0965a9935e3fb75cd2d4ae9bbfcddef5a8789 100644
--- a/chromeos/components/tether/mock_tether_host_response_recorder.h
+++ b/chromeos/components/tether/mock_tether_host_response_recorder.h
@@ -22,6 +22,8 @@ class MockTetherHostResponseRecorder : public TetherHostResponseRecorder {
MockTetherHostResponseRecorder();
~MockTetherHostResponseRecorder() override;
+ void NotifyPreviouslyConnectedHostIdsChanged();
stevenjb 2017/05/01 18:26:11 It is unconventional for mocks to have methods. In
Kyle Horimoto 2017/05/01 21:14:43 Done.
+
MOCK_METHOD1(RecordSuccessfulTetherAvailabilityResponse,
void(const cryptauth::RemoteDevice&));
MOCK_METHOD1(RecordSuccessfulConnectTetheringResponse,

Powered by Google App Engine
This is Rietveld 408576698