Index: webrtc/p2p/base/transport.h |
diff --git a/webrtc/p2p/base/transport.h b/webrtc/p2p/base/transport.h |
index 2230b9fe8a9bd607412b229f9dc236d572a5b0e2..78c01c309f61ee59bcf545572fe3446f8fbf4cf9 100644 |
--- a/webrtc/p2p/base/transport.h |
+++ b/webrtc/p2p/base/transport.h |
@@ -200,6 +200,8 @@ class Transport : public rtc::MessageHandler, |
void SetIceTiebreaker(uint64 IceTiebreaker) { tiebreaker_ = IceTiebreaker; } |
uint64 IceTiebreaker() { return tiebreaker_; } |
+ void SetChannelReceivingTimeout(int timeout_ms); |
+ |
// Must be called before applying local session description. |
void SetIdentity(rtc::SSLIdentity* identity); |
@@ -438,6 +440,8 @@ class Transport : public rtc::MessageHandler, |
bool GetStats_w(TransportStats* infos); |
bool GetRemoteCertificate_w(rtc::SSLCertificate** cert); |
+ void SetChannelReceivingTimeout_w(int timeout_ms); |
+ |
// Sends SignalCompleted if we are now in that state. |
void MaybeCompleted_w(); |