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

Unified Diff: webrtc/media/base/fakemediaengine.h

Issue 2645333002: Delete unused class CompositeMediaEngineWithFakeVoiceEngine. (Closed)
Patch Set: Created 3 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/fakemediaengine.h
diff --git a/webrtc/media/base/fakemediaengine.h b/webrtc/media/base/fakemediaengine.h
index b09551854dc9ad924bc2f3410b8434c241809c85..11909659eabbab5fd59f782f7852cd80b8eebf4d 100644
--- a/webrtc/media/base/fakemediaengine.h
+++ b/webrtc/media/base/fakemediaengine.h
@@ -914,20 +914,6 @@ class FakeMediaEngine :
}
};
-// CompositeMediaEngine with FakeVoiceEngine to expose SetAudioCodecs to
-// establish a media connectionwith minimum set of audio codes required
-template <class VIDEO>
-class CompositeMediaEngineWithFakeVoiceEngine :
- public CompositeMediaEngine<FakeVoiceEngine, VIDEO> {
- public:
- CompositeMediaEngineWithFakeVoiceEngine() {}
- virtual ~CompositeMediaEngineWithFakeVoiceEngine() {}
-
- virtual void SetAudioCodecs(const std::vector<AudioCodec>& codecs) {
- CompositeMediaEngine<FakeVoiceEngine, VIDEO>::voice_.SetCodecs(codecs);
- }
-};
-
// Have to come afterwards due to declaration order
inline FakeVoiceMediaChannel::~FakeVoiceMediaChannel() {
if (engine_) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698