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

Unified Diff: content/renderer/media/peer_connection_handler_jsep.cc

Issue 10689180: Rolling libjingle to 158:159 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « content/renderer/media/mock_peer_connection_impl.cc ('k') | content/renderer/p2p/p2p_transport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/peer_connection_handler_jsep.cc
===================================================================
--- content/renderer/media/peer_connection_handler_jsep.cc (revision 146359)
+++ content/renderer/media/peer_connection_handler_jsep.cc (working copy)
@@ -209,7 +209,7 @@
case webrtc::PeerConnectionInterface::kNew:
ready_state = WebKit::WebPeerConnection00HandlerClient::ReadyStateNew;
break;
- case webrtc::PeerConnectionInterface::kNegotiating:
+ case webrtc::PeerConnectionInterface::kOpening:
ready_state =
WebKit::WebPeerConnection00HandlerClient::ReadyStateNegotiating;
break;
« no previous file with comments | « content/renderer/media/mock_peer_connection_impl.cc ('k') | content/renderer/p2p/p2p_transport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698