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

Unified Diff: media/engine/fakewebrtcvoiceengine.h

Issue 3018523002: Clean out unused methods from VoiceEngine and VoEBase. (Closed)
Patch Set: rebase Created 3 years, 3 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 | « media/BUILD.gn ('k') | media/engine/webrtccommon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/engine/fakewebrtcvoiceengine.h
diff --git a/media/engine/fakewebrtcvoiceengine.h b/media/engine/fakewebrtcvoiceengine.h
index 479cf261a41e9e14ef129911c7167a631bf8ccf8..db13290b6f5a4bbab47587c4a3042aab19bb1219 100644
--- a/media/engine/fakewebrtcvoiceengine.h
+++ b/media/engine/fakewebrtcvoiceengine.h
@@ -98,16 +98,10 @@ class FakeWebRtcVoiceEngine : public webrtc::VoEBase {
channels_.erase(channel);
return 0;
}
- WEBRTC_STUB(StartReceive, (int channel));
WEBRTC_STUB(StartPlayout, (int channel));
WEBRTC_STUB(StartSend, (int channel));
- WEBRTC_STUB(StopReceive, (int channel));
WEBRTC_STUB(StopPlayout, (int channel));
WEBRTC_STUB(StopSend, (int channel));
- WEBRTC_STUB(GetVersion, (char version[1024]));
- WEBRTC_STUB(LastError, ());
- WEBRTC_STUB(AssociateSendChannel, (int channel,
- int accociate_send_channel));
size_t GetNetEqCapacity() const {
auto ch = channels_.find(last_channel_);
« no previous file with comments | « media/BUILD.gn ('k') | media/engine/webrtccommon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698