| Index: net/base/dnsrr_resolver.h
|
| diff --git a/net/base/dnsrr_resolver.h b/net/base/dnsrr_resolver.h
|
| index c6c5fef6fbc0181c8d589f8909561af5cba37cc6..21c4e12989218524df9b9c206a0b13b485cbfd89 100644
|
| --- a/net/base/dnsrr_resolver.h
|
| +++ b/net/base/dnsrr_resolver.h
|
| @@ -31,9 +31,11 @@ struct NET_EXPORT_PRIVATE RRResponse {
|
| // |current_time|.
|
| bool HasExpired(base::Time current_time) const;
|
|
|
| +#if defined(OS_POSIX) && !defined(OS_ANDROID)
|
| // For testing only
|
| bool ParseFromResponse(const uint8* data, unsigned len,
|
| uint16 rrtype_requested);
|
| +#endif
|
|
|
| // name contains the canonical name of the resulting domain. If the queried
|
| // name was a CNAME then this can differ.
|
|
|