| Index: net/base/host_resolver.cc
|
| diff --git a/net/base/host_resolver.cc b/net/base/host_resolver.cc
|
| index bf1c11af875e6a066e2eb36dd0d64044ff0a5669..01dfd41af514e78332286e436a671b431faec10e 100644
|
| --- a/net/base/host_resolver.cc
|
| +++ b/net/base/host_resolver.cc
|
| @@ -11,7 +11,6 @@ HostResolver::RequestInfo::RequestInfo(const HostPortPair& host_port_pair)
|
| address_family_(ADDRESS_FAMILY_UNSPECIFIED),
|
| host_resolver_flags_(0),
|
| allow_cached_response_(true),
|
| - only_use_cached_response_(false),
|
| is_speculative_(false),
|
| priority_(MEDIUM) {
|
| }
|
|
|