summaryrefslogtreecommitdiff
path: root/chromium/net/dns/host_resolver_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/dns/host_resolver_manager.h')
-rw-r--r--chromium/net/dns/host_resolver_manager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/net/dns/host_resolver_manager.h b/chromium/net/dns/host_resolver_manager.h
index 4c4799ea00f..c712824c3d1 100644
--- a/chromium/net/dns/host_resolver_manager.h
+++ b/chromium/net/dns/host_resolver_manager.h
@@ -414,12 +414,6 @@ class NET_EXPORT HostResolverManager
const HostCache::Entry& entry,
base::TimeDelta ttl);
- // Record time from Request creation until a valid DNS response.
- void RecordTotalTime(bool speculative,
- bool from_cache,
- DnsConfig::SecureDnsMode secure_dns_mode,
- base::TimeDelta duration) const;
-
// Removes |job_it| from |jobs_| and return.
std::unique_ptr<Job> RemoveJob(JobMap::iterator job_it);