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

Unified Diff: webrtc/test/mock_voice_engine.h

Issue 2744953003: Remove VoENetEqStats interface. (Closed)
Patch Set: Comment Created 3 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 | « no previous file | 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 a55489b788c67b999d395bc49230369130a23933..7c11f5d74bdc3719d28335c36fb669a83030e625 100644
--- a/webrtc/test/mock_voice_engine.h
+++ b/webrtc/test/mock_voice_engine.h
@@ -196,12 +196,6 @@ class MockVoiceEngine : public VoiceEngineImpl {
MOCK_CONST_METHOD0(BuiltInNSIsAvailable, bool());
MOCK_METHOD1(EnableBuiltInNS, int(bool enable));
- // VoENetEqStats
- MOCK_METHOD2(GetNetworkStatistics,
- int(int channel, NetworkStatistics& stats));
- MOCK_CONST_METHOD2(GetDecodingCallStatistics,
- int(int channel, AudioDecodingCallStats* stats));
-
// VoENetwork
MOCK_METHOD2(RegisterExternalTransport,
int(int channel, Transport& transport));
« no previous file with comments | « no previous file | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698