Chromium Code Reviews

Unified Diff: webkit/fileapi/syncable/syncable_file_system_operation.h

Issue 11410019: ********** Chromium Blob hacking (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webkit/fileapi/syncable/syncable_file_system_operation.h
===================================================================
--- webkit/fileapi/syncable/syncable_file_system_operation.h (revision 183651)
+++ webkit/fileapi/syncable/syncable_file_system_operation.h (working copy)
@@ -53,7 +53,7 @@
const StatusCallback& callback) OVERRIDE;
virtual void Write(const net::URLRequestContext* url_request_context,
const FileSystemURL& url,
- const GURL& blob_url,
+ scoped_ptr<webkit_blob::BlobDataHandle> blob_handle,
int64 offset,
const WriteCallback& callback) OVERRIDE;
virtual void Truncate(const FileSystemURL& url, int64 length,
« no previous file with comments | « webkit/fileapi/local_file_system_operation.cc ('k') | webkit/fileapi/syncable/syncable_file_system_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine