diff options
Diffstat (limited to 'net/http/http_pipelined_host_pool.h')
-rw-r--r-- | net/http/http_pipelined_host_pool.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/http/http_pipelined_host_pool.h b/net/http/http_pipelined_host_pool.h index 3ab9418..d729325 100644 --- a/net/http/http_pipelined_host_pool.h +++ b/net/http/http_pipelined_host_pool.h @@ -27,10 +27,12 @@ class HttpServerProperties; // HTTP requests. Manages connection jobs, constructs pipelined streams, and // assigns requests to the least loaded pipelined connection. class NET_EXPORT_PRIVATE HttpPipelinedHostPool - : public HttpPipelinedHost::Delegate { + : public NON_EXPORTED_BASE(HttpPipelinedHost::Delegate) { public: class Delegate { public: + virtual ~Delegate() {} + // Called when a HttpPipelinedHost has new capacity. Attempts to allocate // any pending pipeline-capable requests to pipelines. virtual void OnHttpPipelinedHostHasAdditionalCapacity( |