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

Unified Diff: webkit/chromeos/fileapi/remote_file_system_operation.h

Issue 11410019: ********** Chromium Blob hacking (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years 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
Index: webkit/chromeos/fileapi/remote_file_system_operation.h
===================================================================
--- webkit/chromeos/fileapi/remote_file_system_operation.h (revision 171309)
+++ webkit/chromeos/fileapi/remote_file_system_operation.h (working copy)
@@ -52,7 +52,7 @@
const StatusCallback& callback) OVERRIDE;
virtual void Write(const net::URLRequestContext* url_request_context,
const fileapi::FileSystemURL& url,
- const GURL& blob_url,
+ scoped_ptr<webkit_blob::BlobDataHandle> blob_handle,
int64 offset,
const WriteCallback& callback) OVERRIDE;
virtual void Truncate(const fileapi::FileSystemURL& url, int64 length,

Powered by Google App Engine
This is Rietveld 408576698