| Index: webrtc/p2p/base/stunrequest.h
|
| diff --git a/webrtc/p2p/base/stunrequest.h b/webrtc/p2p/base/stunrequest.h
|
| index 44c1ebff564ed825dd852bfc340b236cf261c43c..4217a81f1f5833b15a82ba2b598d04e968a1e846 100644
|
| --- a/webrtc/p2p/base/stunrequest.h
|
| +++ b/webrtc/p2p/base/stunrequest.h
|
| @@ -39,6 +39,10 @@ class StunRequestManager {
|
| // Only for testing.
|
| void Flush(int msg_type);
|
|
|
| + // Returns true if at least one request with |msg_type| is scheduled for
|
| + // transmission. For testing only.
|
| + bool HasRequest(int msg_type);
|
| +
|
| // Removes a stun request that was added previously. This will happen
|
| // automatically when a request succeeds, fails, or times out.
|
| void Remove(StunRequest* request);
|
|
|