Chromium Code Reviews| Index: net/base/address_family.h |
| diff --git a/net/base/address_family.h b/net/base/address_family.h |
| index 75beb29d649a2012dd3939045c03eed4d729eefc..567e69383d8c08838b34ec0ee75ace5332a2a4d9 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 |
|
szym
2013/09/16 22:15:54
nit: '.' at end
Elly Fong-Jones
2013/09/17 19:20:23
Done.
|
| + HOST_RESOLVER_SYSTEM_ONLY = 1 << 3 |
| }; |
| typedef int HostResolverFlags; |