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

Unified Diff: content/renderer/media/mock_peer_connection_impl.h

Issue 11141008: Roll libjingle to r204 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more changes Created 8 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
Index: content/renderer/media/mock_peer_connection_impl.h
diff --git a/content/renderer/media/mock_peer_connection_impl.h b/content/renderer/media/mock_peer_connection_impl.h
index 30dcea15704eb55d57a3d27b5d2be5ce756c57d2..7c1bf20ed46f391c8cb7c0674aee5e7e581b0486 100644
--- a/content/renderer/media/mock_peer_connection_impl.h
+++ b/content/renderer/media/mock_peer_connection_impl.h
@@ -30,6 +30,10 @@ class MockPeerConnectionImpl : public PeerConnectionInterface {
virtual void AddStream(LocalMediaStreamInterface* stream) OVERRIDE;
virtual bool AddStream(MediaStreamInterface* local_stream,
const MediaConstraintsInterface* constraints) OVERRIDE;
+ virtual bool CanSendDtmf(const webrtc::AudioTrackInterface* track) OVERRIDE;
+ virtual bool SendDtmf(const webrtc::AudioTrackInterface* send_track,
+ const std::string& tones, int duration,
+ const webrtc::AudioTrackInterface* play_track) OVERRIDE;
virtual void RemoveStream(MediaStreamInterface* local_stream) OVERRIDE;
virtual ReadyState ready_state() OVERRIDE;
virtual bool StartIce(IceOptions options) OVERRIDE;
« no previous file with comments | « content/renderer/media/mock_media_stream_dependency_factory.cc ('k') | content/renderer/media/mock_peer_connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698