| Index: p2p/client/basicportallocator.h
|
| diff --git a/p2p/client/basicportallocator.h b/p2p/client/basicportallocator.h
|
| index 5ca1409fc0bd627bc56a6c37b73220cb93820902..d0c1de1c3ba0deccdaffbea3f2c0fa1972be1435 100644
|
| --- a/p2p/client/basicportallocator.h
|
| +++ b/p2p/client/basicportallocator.h
|
| @@ -329,9 +329,6 @@ class AllocationSequence : public rtc::MessageHandler,
|
| // MessageHandler
|
| void OnMessage(rtc::Message* msg);
|
|
|
| - void EnableProtocol(ProtocolType proto);
|
| - bool ProtocolEnabled(ProtocolType proto) const;
|
| -
|
| // Signal from AllocationSequence, when it's done with allocating ports.
|
| // This signal is useful, when port allocation fails which doesn't result
|
| // in any candidates. Using this signal BasicPortAllocatorSession can send
|
|
|