diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-10 23:13:56 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-10 23:13:56 +0000 |
commit | 6e76d8d105739f3b40274dd0247a75ea44e46a89 (patch) | |
tree | d3b8ba9605783f4ef28cfe2726b9c38b0e57eb23 /net/base/host_resolver_impl.h | |
parent | 02e7a01ff83e7e6aa637809ca43cff5da5dbe1c0 (diff) | |
download | chromium_src-6e76d8d105739f3b40274dd0247a75ea44e46a89.zip chromium_src-6e76d8d105739f3b40274dd0247a75ea44e46a89.tar.gz chromium_src-6e76d8d105739f3b40274dd0247a75ea44e46a89.tar.bz2 |
Replace about:net-internals with the javascript-based frontend.
(DNS request tracing is the only feature lost in this transition; it needs to be added back under the new framework).
BUG=37421
Review URL: http://codereview.chromium.org/2008007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46868 0039d316-1c4b-4281-b951-d872f2087c98
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. |