| Index: net/url_request/url_request.h
|
| diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
|
| index a2ad24b520b8a4d0d31c20ca800dc95950399c58..849a03be0406d86f9e14e50286a62a797c4001a3 100644
|
| --- a/net/url_request/url_request.h
|
| +++ b/net/url_request/url_request.h
|
| @@ -330,10 +330,9 @@ class URLRequest : public base::NonThreadSafe {
|
| // call MarkEndOfChunks() to indicate the end of upload data.
|
| //
|
| // This method may be called only after calling EnableChunkedUpload().
|
| - void AppendChunkToUpload(const char* bytes, int bytes_len);
|
| -
|
| - // Indicates the end of a chunked transfer encoded request body.
|
| - void MarkEndOfChunks();
|
| + void AppendChunkToUpload(const char* bytes,
|
| + int bytes_len,
|
| + bool is_last_chunk);
|
|
|
| // Set the upload data directly.
|
| void set_upload(net::UploadData* upload);
|
|
|