diff options
Diffstat (limited to 'net/base/host_resolver.h')
-rw-r--r-- | net/base/host_resolver.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/base/host_resolver.h b/net/base/host_resolver.h index 6e2add7..0b5c3fc 100644 --- a/net/base/host_resolver.h +++ b/net/base/host_resolver.h @@ -189,6 +189,10 @@ class HostResolver { const RequestInfo& info, int error); + // Notify all observers of the cancellation of a resolve request. + void NotifyObserversCancelRequest(int request_id, + const RequestInfo& info); + // Cache of host resolution results. HostCache cache_; |