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

Unified Diff: webrtc/test/mock_voice_engine.h

Issue 1723153002: Remove the VoEDtmf interface. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 9 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/engine_configurations.h ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/mock_voice_engine.h
diff --git a/webrtc/test/mock_voice_engine.h b/webrtc/test/mock_voice_engine.h
index 887dd35305f574b22ec1bbc93add52eed26ba41d..fac088b0e1707d79cc3d3845f9ccc14faaf8a829 100644
--- a/webrtc/test/mock_voice_engine.h
+++ b/webrtc/test/mock_voice_engine.h
@@ -143,22 +143,6 @@ class MockVoiceEngine : public VoiceEngineImpl {
MOCK_METHOD2(SetOpusDtx, int(int channel, bool enable_dtx));
MOCK_METHOD0(GetEventLog, RtcEventLog*());
- // VoEDtmf
- MOCK_METHOD5(SendTelephoneEvent,
- int(int channel,
- int eventCode,
- bool outOfBand,
- int lengthMs,
- int attenuationDb));
- MOCK_METHOD2(SetSendTelephoneEventPayloadType,
- int(int channel, unsigned char type));
- MOCK_METHOD2(GetSendTelephoneEventPayloadType,
- int(int channel, unsigned char& type));
- MOCK_METHOD2(SetDtmfFeedbackStatus, int(bool enable, bool directFeedback));
- MOCK_METHOD2(GetDtmfFeedbackStatus, int(bool& enabled, bool& directFeedback));
- MOCK_METHOD3(PlayDtmfTone,
- int(int eventCode, int lengthMs, int attenuationDb));
-
// VoEExternalMedia
MOCK_METHOD3(RegisterExternalMediaProcessing,
int(int channel,
« no previous file with comments | « webrtc/engine_configurations.h ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698