diff options
Diffstat (limited to 'net/base/host_resolver_impl.h')
-rw-r--r-- | net/base/host_resolver_impl.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/base/host_resolver_impl.h b/net/base/host_resolver_impl.h index 80ca2ca..938e52f 100644 --- a/net/base/host_resolver_impl.h +++ b/net/base/host_resolver_impl.h @@ -105,17 +105,6 @@ class HostResolverImpl : public HostResolver, // Returns the cache this resolver uses, or NULL if caching is disabled. HostCache* cache() { return cache_.get(); } - // Clears the request trace log. - void ClearRequestsTrace(); - - // Starts/ends capturing requests to a trace log. - void EnableRequestsTracing(bool enable); - - bool IsRequestsTracingEnabled() const; - - // Gets a copy of the requests trace log. - bool GetRequestsTrace(CapturingNetLog::EntryList* entries); - // Applies a set of constraints for requests that belong to the specified // pool. NOTE: Don't call this after requests have been already been started. // @@ -136,7 +125,6 @@ class HostResolverImpl : public HostResolver, class JobPool; class IPv6ProbeJob; class Request; - class RequestsTrace; typedef std::vector<Request*> RequestsList; typedef HostCache::Key Key; typedef std::map<Key, scoped_refptr<Job> > JobMap; @@ -256,8 +244,6 @@ class HostResolverImpl : public HostResolver, NetworkChangeNotifier* const network_change_notifier_; - scoped_refptr<RequestsTrace> requests_trace_; - // Indicate if probing is done after each network change event to set address // family. // When false, explicit setting of address family is used. |