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

Unified Diff: webrtc/modules/audio_processing/include/mock_audio_processing.h

Issue 2406193002: Made the AudioProcessing class a pure interface. (Closed)
Patch Set: Corrected mock of the AudioProcessing interface Created 4 years, 2 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 | « webrtc/modules/audio_processing/include/audio_processing.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/include/mock_audio_processing.h
diff --git a/webrtc/modules/audio_processing/include/mock_audio_processing.h b/webrtc/modules/audio_processing/include/mock_audio_processing.h
index 8bb9e08eaddc75c658fdc0d1f1b5a6b8b3f6bf6c..998153deaa2ac7dc2070fe0ca8afb0e2351d9dd3 100644
--- a/webrtc/modules/audio_processing/include/mock_audio_processing.h
+++ b/webrtc/modules/audio_processing/include/mock_audio_processing.h
@@ -259,6 +259,10 @@ class MockAudioProcessing : public AudioProcessing {
int64_t max_log_size_bytes));
MOCK_METHOD2(StartDebugRecording,
int(FILE* handle, int64_t max_log_size_bytes));
+ MOCK_METHOD1(StartDebugRecording,
+ int (FILE* handle));
+ MOCK_METHOD1(StartDebugRecording,
+ int(rtc::PlatformFile handle));
MOCK_METHOD0(StopDebugRecording,
int());
MOCK_METHOD0(UpdateHistogramsOnCallEnd, void());
« no previous file with comments | « webrtc/modules/audio_processing/include/audio_processing.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698