| Index: net/http/http_pipelined_connection_impl.h
|
| diff --git a/net/http/http_pipelined_connection_impl.h b/net/http/http_pipelined_connection_impl.h
|
| index d558e47eb0bb16233803f1e6c85728f8fabcfc90..3bbae03b3a8bc753e0c0a34f8790f9ca17e272c3 100644
|
| --- a/net/http/http_pipelined_connection_impl.h
|
| +++ b/net/http/http_pipelined_connection_impl.h
|
| @@ -103,15 +103,14 @@ class NET_EXPORT_PRIVATE HttpPipelinedConnectionImpl
|
| HttpResponseInfo* response,
|
| const CompletionCallback& callback);
|
|
|
| - int ReadResponseHeaders(int pipeline_id,
|
| - const CompletionCallback& callback);
|
| + int ReadResponseHeaders(int pipeline_id, const CompletionCallback& callback);
|
|
|
| int ReadResponseBody(int pipeline_id,
|
| - IOBuffer* buf, int buf_len,
|
| + IOBuffer* buf,
|
| + int buf_len,
|
| const CompletionCallback& callback);
|
|
|
| - void Close(int pipeline_id,
|
| - bool not_reusable);
|
| + void Close(int pipeline_id, bool not_reusable);
|
|
|
| UploadProgress GetUploadProgress(int pipeline_id) const;
|
|
|
|
|