Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(912)

Unified Diff: webkit/blob/blob_url_request_job.h

Issue 10038019: Add FileReader interface and implement FileSystemFileReader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/blob/blob_url_request_job.cc » ('j') | webkit/blob/file_reader.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/blob_url_request_job.h
diff --git a/webkit/blob/blob_url_request_job.h b/webkit/blob/blob_url_request_job.h
index 86a5f31a1eef196eab38cf51b26d21cce8af2169..1df2619f3b3e1346121821fce4b4a516f616a814 100644
--- a/webkit/blob/blob_url_request_job.h
+++ b/webkit/blob/blob_url_request_job.h
@@ -55,7 +55,7 @@ class BLOB_EXPORT BlobURLRequestJob : public net::URLRequestJob {
void DidStart();
void CountSize();
void DidCountSize(int error);
- void DidGetFileItemLength(size_t index, int result);
+ void DidGetFileItemLength(size_t index, int64 result);
void Seek(int64 offset);
// For reading the blob.
« no previous file with comments | « no previous file | webkit/blob/blob_url_request_job.cc » ('j') | webkit/blob/file_reader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698