| 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..13670c39ebb4110ef3aefabfbf2904fbc9b777b0 100644
|
| --- a/net/http/http_pipelined_host_pool.h
|
| +++ b/net/http/http_pipelined_host_pool.h
|
| @@ -31,6 +31,8 @@ class NET_EXPORT_PRIVATE HttpPipelinedHostPool
|
| 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(
|
|
|