| Index: net/base/host_resolver_impl.h
|
| diff --git a/net/base/host_resolver_impl.h b/net/base/host_resolver_impl.h
|
| index 28526d14b4425cd4791c7c7cc111f6aa1c2ef587..199ddcf87654aea34d5c3dd20b6565fef48cbd3f 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);
|
| };
|
|
|
|
|