diff options
Diffstat (limited to 'net/base/host_resolver_impl.h')
-rw-r--r-- | net/base/host_resolver_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/host_resolver_impl.h b/net/base/host_resolver_impl.h index 58d8598..b1002ab 100644 --- a/net/base/host_resolver_impl.h +++ b/net/base/host_resolver_impl.h @@ -222,8 +222,8 @@ class HostResolverImpl : public HostResolver, // Cancels all jobs. void CancelAllJobs(); - // Aborts all jobs. - void AbortAllJobs(); + // Aborts all in progress jobs (but might start new ones). + void AbortAllInProgressJobs(); // Cache of host resolution results. scoped_ptr<HostCache> cache_; |