Index: webkit/blob/blob_storage_controller.h |
diff --git a/webkit/blob/blob_storage_controller.h b/webkit/blob/blob_storage_controller.h |
index c464da46c583ce8c197dcdbd30deb3b7b2e8abfe..a3189d1d6c4f01ece7c742193eee153df170c739 100644 |
--- a/webkit/blob/blob_storage_controller.h |
+++ b/webkit/blob/blob_storage_controller.h |
@@ -50,6 +50,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); |