| Index: net/http/http_pipelined_host.h
|
| diff --git a/net/http/http_pipelined_host.h b/net/http/http_pipelined_host.h
|
| index b7732e60a8b8bca37fc0135d5da7b341bbe9435c..51401ac9377c730811711f17aae18c7bc95fe996 100644
|
| --- a/net/http/http_pipelined_host.h
|
| +++ b/net/http/http_pipelined_host.h
|
| @@ -63,7 +63,8 @@ class NET_EXPORT_PRIVATE HttpPipelinedHost {
|
|
|
| // Returns a new HttpPipelinedHost.
|
| virtual HttpPipelinedHost* CreateNewHost(
|
| - Delegate* delegate, const Key& key,
|
| + Delegate* delegate,
|
| + const Key& key,
|
| HttpPipelinedConnection::Factory* factory,
|
| HttpPipelinedHostCapability capability,
|
| bool force_pipelining) = 0;
|
|
|