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

Unified Diff: webkit/fileapi/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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/fileapi/file_system_operation.h
===================================================================
--- webkit/fileapi/file_system_operation.h (revision 183651)
+++ webkit/fileapi/file_system_operation.h (working copy)
@@ -20,6 +20,7 @@
} // namespace net
namespace webkit_blob {
+class BlobDataHandle;
class ShareableFileReference;
}
@@ -166,11 +167,11 @@
virtual void Remove(const FileSystemURL& path, bool recursive,
const StatusCallback& callback) = 0;
- // Writes contents of |blob_url| to |path| at |offset|.
- // |url_request_context| is used to read contents in |blob_url|.
+ // Writes contents of |blob| to |path| at |offset|.
+ // |url_request_context| is used to read contents in |blob|.
virtual void Write(const net::URLRequestContext* url_request_context,
const FileSystemURL& path,
- const GURL& blob_url,
+ scoped_ptr<webkit_blob::BlobDataHandle> blob_handle,
int64 offset,
const WriteCallback& callback) = 0;
« no previous file with comments | « webkit/chromeos/fileapi/remote_file_system_operation.cc ('k') | webkit/fileapi/local_file_system_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698