Index: net/base/host_resolver_impl.h |
diff --git a/net/base/host_resolver_impl.h b/net/base/host_resolver_impl.h |
index 8d28ab37939e021fa277818a9b558fa3fffb1e59..551debad12b6c9f6d531660d3516d19904f9859d 100644 |
--- a/net/base/host_resolver_impl.h |
+++ b/net/base/host_resolver_impl.h |
@@ -207,8 +207,8 @@ class NET_EXPORT HostResolverImpl |
// Removes |job| from |jobs_|, only if it exists. |
void RemoveJob(Job* job); |
- // Aborts all in progress jobs and notifies their requests. |
- // Might start new jobs. |
+ // Aborts all in progress jobs with ERR_NETWORK_CHANGED and notifies their |
+ // requests. Might start new jobs. |
void AbortAllInProgressJobs(); |
// Attempts to serve each Job in |jobs_| from the HOSTS file if we have |