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

Unified Diff: webkit/blob/local_file_reader.h

Issue 10067026: Accomodate files larger than maxint in size in blob/file reading. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | « webkit/blob/blob_url_request_job.cc ('k') | webkit/blob/local_file_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/local_file_reader.h
===================================================================
--- webkit/blob/local_file_reader.h (revision 132070)
+++ webkit/blob/local_file_reader.h (working copy)
@@ -57,7 +57,7 @@
// Returns the number of bytes available to read from the beginning of
// the file (or initial_offset) until the end of the file (rv >= 0 cases).
// Otherwise, a negative error code is returned (rv < 0 cases).
- int GetLength(const net::CompletionCallback& callback);
+ int GetLength(const net::Int64CompletionCallback& callback);
private:
class OpenFileStreamHelper;
« no previous file with comments | « webkit/blob/blob_url_request_job.cc ('k') | webkit/blob/local_file_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698