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

Unified Diff: remoting/jingle_glue/chromium_socket_factory.cc

Issue 166753002: Roll WebRTC 5523:5548. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed the bots 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
Index: remoting/jingle_glue/chromium_socket_factory.cc
diff --git a/remoting/jingle_glue/chromium_socket_factory.cc b/remoting/jingle_glue/chromium_socket_factory.cc
index 520dc8a2fd52670d170b7cf42a5c9fb32b6f23e9..4c2a4b86d6a397c5bbfed0d68139991d1d5dda11 100644
--- a/remoting/jingle_glue/chromium_socket_factory.cc
+++ b/remoting/jingle_glue/chromium_socket_factory.cc
@@ -246,6 +246,10 @@ int UdpPacketSocket::SetOption(talk_base::Socket::Option option, int value) {
case talk_base::Socket::OPT_DSCP:
NOTIMPLEMENTED();
return -1;
+
+ case talk_base::Socket::OPT_RTP_SENDTIME_EXTN_ID:
+ NOTIMPLEMENTED();
+ return -1;
}
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698