Index: webrtc/p2p/base/p2ptransportchannel.h |
diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
index ada3ecfb8bb2deeb6bc5d9120eb1647d7cd1a1da..d3934fd4b7fb4f08eeb01a684d011bcbcafdbe77 100644 |
--- a/webrtc/p2p/base/p2ptransportchannel.h |
+++ b/webrtc/p2p/base/p2ptransportchannel.h |
@@ -220,6 +220,9 @@ class P2PTransportChannel : public TransportChannelImpl, |
bool CreateConnection(PortInterface* port, |
const Candidate& remote_candidate, |
PortInterface* origin_port); |
+ bool MaybeCreateConnection(PortInterface* port, |
+ const Candidate& remote_candidate, |
+ PortInterface* origin_port); |
pthatcher1
2016/05/27 18:42:54
Can you leave a comment explaining when we create
honghaiz3
2016/05/31 18:57:31
Removed the maybe method.
|
bool FindConnection(cricket::Connection* connection) const; |
uint32_t GetRemoteCandidateGeneration(const Candidate& candidate); |