Index: webrtc/p2p/base/p2ptransportchannel.h |
diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
index a00c17e237c4064234cc73d4a963767228218881..a8f16666c9625897de4cff8e9f0e11a86c76d13e 100644 |
--- a/webrtc/p2p/base/p2ptransportchannel.h |
+++ b/webrtc/p2p/base/p2ptransportchannel.h |
@@ -176,10 +176,11 @@ class P2PTransportChannel : public TransportChannelImpl, |
void HandleAllTimedOut(); |
Connection* GetBestConnectionOnNetwork(rtc::Network* network) const; |
- bool CreateConnections(const Candidate &remote_candidate, |
- PortInterface* origin_port, bool readable); |
- bool CreateConnection(PortInterface* port, const Candidate& remote_candidate, |
- PortInterface* origin_port, bool readable); |
+ bool CreateConnections(const Candidate& remote_candidate, |
+ PortInterface* origin_port); |
+ bool CreateConnection(PortInterface* port, |
+ const Candidate& remote_candidate, |
+ PortInterface* origin_port); |
bool FindConnection(cricket::Connection* connection) const; |
uint32 GetRemoteCandidateGeneration(const Candidate& candidate); |