Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: trunk/src/net/dns/host_resolver_impl.h

Issue 23102009: Revert 218616 "[net/dns] Perform A/AAAA queries for AF_UNSPEC re..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/net/dns/dns_test_util.cc ('k') | trunk/src/net/dns/host_resolver_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/net/dns/host_resolver_impl.h
===================================================================
--- trunk/src/net/dns/host_resolver_impl.h (revision 219026)
+++ trunk/src/net/dns/host_resolver_impl.h (working copy)
@@ -225,10 +225,8 @@
// and resulted in |net_error|.
void OnDnsTaskResolve(int net_error);
- // Allows the tests to catch slots leaking out of the dispatcher. One
- // HostResolverImpl::Job could occupy multiple PrioritizedDispatcher job
- // slots.
- size_t num_running_dispatcher_jobs_for_tests() const {
+ // Allows the tests to catch slots leaking out of the dispatcher.
+ size_t num_running_jobs_for_tests() const {
return dispatcher_.num_running_jobs();
}
« no previous file with comments | « trunk/src/net/dns/dns_test_util.cc ('k') | trunk/src/net/dns/host_resolver_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698