Index: webrtc/p2p/base/portallocator.h |
diff --git a/webrtc/p2p/base/portallocator.h b/webrtc/p2p/base/portallocator.h |
index a90da3803577accbde732370291b246b3837940f..556ff5a9c96231d214dc952cd79c38b2ea6e4c7c 100644 |
--- a/webrtc/p2p/base/portallocator.h |
+++ b/webrtc/p2p/base/portallocator.h |
@@ -38,6 +38,7 @@ enum { |
PORTALLOCATOR_ENABLE_SHARED_SOCKET = 0x100, |
PORTALLOCATOR_ENABLE_STUN_RETRANSMIT_ATTRIBUTE = 0x200, |
PORTALLOCATOR_DISABLE_ADAPTER_ENUMERATION = 0x400, |
+ PORTALLOCATOR_ENABLE_LOCALHOST_CANDIDATE = 0x800, |
}; |
const uint32 kDefaultPortAllocatorFlags = 0; |