Index: webrtc/p2p/base/p2ptransportchannel.h |
diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
index 335ee7d166205040c24b3cb0a74dc12bec59ca97..1c738de3e211a1abeab9c108fd179f22a4b54d70 100644 |
--- a/webrtc/p2p/base/p2ptransportchannel.h |
+++ b/webrtc/p2p/base/p2ptransportchannel.h |
@@ -177,10 +177,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); |