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

Unified Diff: remoting/jingle_glue/chromium_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/p2p/ipc_socket_factory.cc ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/chromium_socket_factory.cc
===================================================================
--- remoting/jingle_glue/chromium_socket_factory.cc (revision 251367)
+++ remoting/jingle_glue/chromium_socket_factory.cc (working copy)
@@ -246,6 +246,10 @@
case talk_base::Socket::OPT_DSCP:
NOTIMPLEMENTED();
return -1;
+
+ case talk_base::Socket::OPT_RTP_SENDTIME_EXTN_ID:
+ NOTIMPLEMENTED();
+ return -1;
}
NOTREACHED();
« no previous file with comments | « content/renderer/p2p/ipc_socket_factory.cc ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698