| Index: webrtc/p2p/base/portallocator.h
|
| diff --git a/webrtc/p2p/base/portallocator.h b/webrtc/p2p/base/portallocator.h
|
| index a90da3803577accbde732370291b246b3837940f..a3a75422b9d8eae6878bf4d34dfc4072f781c505 100644
|
| --- a/webrtc/p2p/base/portallocator.h
|
| +++ b/webrtc/p2p/base/portallocator.h
|
| @@ -34,8 +34,6 @@ enum {
|
| PORTALLOCATOR_DISABLE_TCP = 0x08,
|
| PORTALLOCATOR_ENABLE_SHAKER = 0x10,
|
| PORTALLOCATOR_ENABLE_IPV6 = 0x40,
|
| - PORTALLOCATOR_ENABLE_SHARED_UFRAG = 0x80,
|
| - PORTALLOCATOR_ENABLE_SHARED_SOCKET = 0x100,
|
| PORTALLOCATOR_ENABLE_STUN_RETRANSMIT_ATTRIBUTE = 0x200,
|
| PORTALLOCATOR_DISABLE_ADAPTER_ENUMERATION = 0x400,
|
| };
|
|
|