| Index: net/dns/host_resolver.cc
|
| diff --git a/net/dns/host_resolver.cc b/net/dns/host_resolver.cc
|
| index 147a5a6e2b8058c3f3f16f8adbfea6a8abc01ad1..3b6ea04d7782331383e83309eed1659f64d40669 100644
|
| --- a/net/dns/host_resolver.cc
|
| +++ b/net/dns/host_resolver.cc
|
| @@ -94,7 +94,8 @@ HostResolver::RequestInfo::RequestInfo(const HostPortPair& host_port_pair)
|
| address_family_(ADDRESS_FAMILY_UNSPECIFIED),
|
| host_resolver_flags_(0),
|
| allow_cached_response_(true),
|
| - is_speculative_(false) {}
|
| + is_speculative_(false),
|
| + is_my_ip_address_(false) {}
|
|
|
| HostResolver::~HostResolver() {
|
| }
|
|
|