Index: webrtc/base/ipaddress.h |
diff --git a/webrtc/base/ipaddress.h b/webrtc/base/ipaddress.h |
index fb222eeba3f2c3a88f598e8440bc391fd01b7831..606878b77de6e69547e7d5934f296461a2ea633e 100644 |
--- a/webrtc/base/ipaddress.h |
+++ b/webrtc/base/ipaddress.h |
@@ -109,6 +109,9 @@ class IPAddress { |
// For socketaddress' benefit. Returns the IP in host byte order. |
uint32 v4AddressAsHostOrderInteger() const; |
+ // Whether this is an unspecified IP address. |
+ bool IsNil() const; |
+ |
static void set_strip_sensitive(bool enable); |
private: |