| Index: webrtc/p2p/client/basicportallocator.h
|
| diff --git a/webrtc/p2p/client/basicportallocator.h b/webrtc/p2p/client/basicportallocator.h
|
| index d9cfc4d81a74ffdf1217f8685371258b771b87b7..ebba4db65bfd548a9b1f0bc034aba8b46661bfb3 100644
|
| --- a/webrtc/p2p/client/basicportallocator.h
|
| +++ b/webrtc/p2p/client/basicportallocator.h
|
| @@ -108,6 +108,7 @@ class BasicPortAllocatorSession : public PortAllocatorSession,
|
| std::vector<Candidate> ReadyCandidates() const override;
|
| bool CandidatesAllocationDone() const override;
|
| void RegatherOnFailedNetworks() override;
|
| + void PruneAllPorts() override;
|
|
|
| protected:
|
| void UpdateIceParametersInternal() override;
|
|
|