Chromium Code Reviews| Index: webkit/blob/blob_url_request_job.h |
| =================================================================== |
| --- webkit/blob/blob_url_request_job.h (revision 182044) |
| +++ webkit/blob/blob_url_request_job.h (working copy) |
| @@ -60,6 +60,7 @@ |
| // For preparing for read: get the size, apply the range and perform seek. |
| void DidStart(); |
| + bool AddItemLength(size_t index, int64 item_length); |
| void CountSize(); |
| void DidCountSize(int error); |
| void DidGetFileItemLength(size_t index, int64 result); |