| Index: webrtc/p2p/base/p2ptransportchannel.h
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h
|
| index f270ecdf60e3c8f6e649caf7df6bb3f23c817fc0..fc22b2089af49e7ca972fbfdb9a1355bf1af5479 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel.h
|
| +++ b/webrtc/p2p/base/p2ptransportchannel.h
|
| @@ -260,9 +260,6 @@
|
| void AddConnection(Connection* connection);
|
|
|
| void OnPortReady(PortAllocatorSession *session, PortInterface* port);
|
| - void OnPortPruned(PortAllocatorSession* session, PortInterface* port);
|
| - // Returns true if the port is found and removed from |ports_|.
|
| - bool RemovePort(PortInterface* port);
|
| void OnCandidatesReady(PortAllocatorSession *session,
|
| const std::vector<Candidate>& candidates);
|
| void OnCandidatesAllocationDone(PortAllocatorSession* session);
|
|
|