| Index: net/http/http_transaction.h
|
| diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
|
| index ed1b20dac2ffb8298c67c5bfc83d4850027b805b..1e5f31a4b6153135fa37ce7c997abe0fd8252afb 100644
|
| --- a/net/http/http_transaction.h
|
| +++ b/net/http/http_transaction.h
|
| @@ -97,7 +97,8 @@ class NET_EXPORT_PRIVATE HttpTransaction {
|
| // If the operation is not completed immediately, the transaction must acquire
|
| // a reference to the provided buffer.
|
| //
|
| - virtual int Read(IOBuffer* buf, int buf_len,
|
| + virtual int Read(IOBuffer* buf,
|
| + int buf_len,
|
| const CompletionCallback& callback) = 0;
|
|
|
| // Stops further caching of this request by the HTTP cache, if there is any.
|
|
|