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

Unified Diff: content/renderer/p2p/ipc_socket_factory.cc

Issue 167313002: Update webrtc/libjingle 5523:5548. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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
« no previous file with comments | « content/renderer/media/mock_peer_connection_impl.h ('k') | remoting/jingle_glue/chromium_socket_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/p2p/ipc_socket_factory.cc
===================================================================
--- content/renderer/p2p/ipc_socket_factory.cc (revision 251367)
+++ content/renderer/p2p/ipc_socket_factory.cc (working copy)
@@ -48,6 +48,7 @@
case talk_base::Socket::OPT_DONTFRAGMENT:
case talk_base::Socket::OPT_NODELAY:
case talk_base::Socket::OPT_IPV6_V6ONLY:
+ case talk_base::Socket::OPT_RTP_SENDTIME_EXTN_ID:
return false; // Not supported by the chrome sockets.
default:
NOTREACHED();
« no previous file with comments | « content/renderer/media/mock_peer_connection_impl.h ('k') | remoting/jingle_glue/chromium_socket_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698