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

Unified Diff: webkit/glue/resource_request_body.h

Issue 10828252: Support FileSystem URL in File object (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment fix Created 8 years, 4 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/glue/glue_serialize.cc ('k') | webkit/glue/resource_request_body.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/resource_request_body.h
diff --git a/webkit/glue/resource_request_body.h b/webkit/glue/resource_request_body.h
index ad98889bcaf7c44af5f6499d07a38efdea5237f5..1351f33dbddfd2032424ec832e7c1ab5d32966e9 100644
--- a/webkit/glue/resource_request_body.h
+++ b/webkit/glue/resource_request_body.h
@@ -39,6 +39,8 @@ class WEBKIT_GLUE_EXPORT ResourceRequestBody
uint64 offset, uint64 length,
const base::Time& expected_modification_time);
void AppendBlob(const GURL& blob_url);
+ void AppendFileSystemFileRange(const GURL& url, uint64 offset, uint64 length,
+ const base::Time& expected_modification_time);
// Creates a new UploadData from this request body. This also resolves
// any blob references using given |blob_controller|.
« no previous file with comments | « webkit/glue/glue_serialize.cc ('k') | webkit/glue/resource_request_body.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698