| Index: net/http/http_pipelined_host_pool.h
|
| diff --git a/net/http/http_pipelined_host_pool.h b/net/http/http_pipelined_host_pool.h
|
| index 3ab94180e859a4bd78f7d0a2bc520e93d8cbff69..d729325d0e83f8a786f3b2f92057597e4f1bd7f5 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(
|
|
|