Index: net/base/address_family.h |
diff --git a/net/base/address_family.h b/net/base/address_family.h |
index 75beb29d649a2012dd3939045c03eed4d729eefc..07adfaa2f4d1ef8fa8717fa5d34091c494fcd0b5 100644 |
--- a/net/base/address_family.h |
+++ b/net/base/address_family.h |
@@ -24,6 +24,8 @@ enum { |
HOST_RESOLVER_LOOPBACK_ONLY = 1 << 1, |
// Indicate the address family was set because no IPv6 support was detected. |
HOST_RESOLVER_DEFAULT_FAMILY_SET_DUE_TO_NO_IPV6 = 1 << 2, |
+ // The resolver should only invoke getaddrinfo, not DnsClient. |
+ HOST_RESOLVER_SYSTEM_ONLY = 1 << 3 |
}; |
typedef int HostResolverFlags; |