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

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

Issue 12207107: Update libjingle 273:277. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
===================================================================
--- content/renderer/media/mock_peer_connection_impl.h (revision 181693)
+++ content/renderer/media/mock_peer_connection_impl.h (working copy)
@@ -70,6 +70,8 @@
virtual bool AddIceCandidate(
const webrtc::IceCandidateInterface* candidate) OVERRIDE;
virtual IceState ice_state() OVERRIDE;
+ virtual IceConnectionState ice_connection_state() OVERRIDE;
+ virtual IceGatheringState ice_gathering_state() OVERRIDE;
void AddRemoteStream(webrtc::MediaStreamInterface* stream);
void SetSignalingState(SignalingState state) { signaling_state_ = state; }
« 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