Index: webkit/blob/blob_storage_controller.h |
diff --git a/webkit/blob/blob_storage_controller.h b/webkit/blob/blob_storage_controller.h |
index a32fab3eb46f732a8b24da30488a32f3c6d922b3..a5e5ac231f43081892d44ad31a6aa24e0763bfcd 100644 |
--- a/webkit/blob/blob_storage_controller.h |
+++ b/webkit/blob/blob_storage_controller.h |
@@ -57,6 +57,10 @@ class BLOB_EXPORT BlobStorageController { |
void AppendFileItem(BlobData* target_blob_data, |
const FilePath& file_path, uint64 offset, uint64 length, |
const base::Time& expected_modification_time); |
+ void AppendFileSystemFileItem( |
+ BlobData* target_blob_data, |
+ const GURL& url, uint64 offset, uint64 length, |
+ const base::Time& expected_modification_time); |
bool RemoveFromMapHelper(BlobMap* map, const GURL& url); |