diff options
Diffstat (limited to 'net/base/host_resolver_impl.h')
-rw-r--r-- | net/base/host_resolver_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/base/host_resolver_impl.h b/net/base/host_resolver_impl.h index 28526d1..199ddcf 100644 --- a/net/base/host_resolver_impl.h +++ b/net/base/host_resolver_impl.h @@ -252,6 +252,9 @@ class HostResolverImpl : public HostResolver, // The last un-cancelled IPv6ProbeJob (if any). scoped_refptr<IPv6ProbeJob> ipv6_probe_job_; + // Any resolver flags that should be added to a request by default. + HostResolverFlags additional_resolver_flags_; + DISALLOW_COPY_AND_ASSIGN(HostResolverImpl); }; |