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

Unified Diff: webrtc/p2p/base/rawtransportchannel.h

Issue 1231913003: Add methods to set the ICE connection receiving_timeout values. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Set the timeout value Created 5 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
Index: webrtc/p2p/base/rawtransportchannel.h
diff --git a/webrtc/p2p/base/rawtransportchannel.h b/webrtc/p2p/base/rawtransportchannel.h
index 10da168aa1422a4c19036b1d65817c2b2020d1c3..75b494e65a0f1818753fdff657af09d1677e4403 100644
--- a/webrtc/p2p/base/rawtransportchannel.h
+++ b/webrtc/p2p/base/rawtransportchannel.h
@@ -156,6 +156,8 @@ class RawTransportChannel : public TransportChannelImpl,
return false;
}
+ void SetReceivingTimeout(int timeout) override {}
+
private:
RawTransport* raw_transport_;
rtc::Thread *worker_thread_;

Powered by Google App Engine
This is Rietveld 408576698