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

Unified Diff: webkit/blob/blob_data.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/base/data_element.cc ('k') | webkit/blob/blob_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/blob_data.h
diff --git a/webkit/blob/blob_data.h b/webkit/blob/blob_data.h
index 63947f4daf2ffd5cae7e3ef58ef286557f220080..1afab560036beba9308f41696b3dcbb42b62e1bd 100644
--- a/webkit/blob/blob_data.h
+++ b/webkit/blob/blob_data.h
@@ -35,6 +35,9 @@ class BLOB_EXPORT BlobData : public base::RefCounted<BlobData> {
void AppendBlob(const GURL& blob_url, uint64 offset, uint64 length);
+ void AppendFileSystemFile(const GURL& url, uint64 offset, uint64 length,
+ const base::Time& expected_modification_time);
+
void AttachShareableFileReference(ShareableFileReference* reference) {
shareable_files_.push_back(reference);
}
« no previous file with comments | « webkit/base/data_element.cc ('k') | webkit/blob/blob_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698