| Index: net/dns/dns_config_service.h
|
| diff --git a/net/dns/dns_config_service.h b/net/dns/dns_config_service.h
|
| index 344fdf7fba63f4943446ca0d45fd6f5b0f3567be..dfe268004c999672beda110aa5997a964cb131e2 100644
|
| --- a/net/dns/dns_config_service.h
|
| +++ b/net/dns/dns_config_service.h
|
| @@ -30,9 +30,8 @@ namespace net {
|
|
|
| class IPAddress;
|
|
|
| -// Always use 1 second timeout (followed by binary exponential backoff).
|
| -// TODO(szym): Remove code which reads timeout from system.
|
| -const unsigned kDnsTimeoutSeconds = 1;
|
| +// Default to 1 second timeout (before exponential backoff).
|
| +const int64_t kDnsDefaultTimeoutMs = 1000;
|
|
|
| // Classifies nameserver address lists for histograms.
|
| class NET_EXPORT_PRIVATE NameServerClassifier {
|
|
|