| Index: net/http/http_pipelined_connection.h
|
| diff --git a/net/http/http_pipelined_connection.h b/net/http/http_pipelined_connection.h
|
| index d0d3599e3f198ec36707048ec022a85539a1860d..2f856b0c055d6b1cf934fd00b98da39caedaf09c 100644
|
| --- a/net/http/http_pipelined_connection.h
|
| +++ b/net/http/http_pipelined_connection.h
|
| @@ -30,6 +30,8 @@ class NET_EXPORT_PRIVATE HttpPipelinedConnection {
|
|
|
| class Delegate {
|
| public:
|
| + virtual ~Delegate() {}
|
| +
|
| // Called when a pipeline has newly available capacity. This may be because
|
| // the first request has been sent and the pipeline is now active. Or, it
|
| // may be because a request successfully completed.
|
|
|