Index: storage/browser/fileapi/file_system_operation_runner.h |
diff --git a/storage/browser/fileapi/file_system_operation_runner.h b/storage/browser/fileapi/file_system_operation_runner.h |
index 0493e4cc1ee758c908fdbde0c0a314fe9f9ac9a5..1421e1a6fb93aa02cdb361501e6d10dedf8a407b 100644 |
--- a/storage/browser/fileapi/file_system_operation_runner.h |
+++ b/storage/browser/fileapi/file_system_operation_runner.h |
@@ -48,6 +48,7 @@ class STORAGE_EXPORT FileSystemOperationRunner |
typedef FileSystemOperation::CopyFileProgressCallback |
CopyFileProgressCallback; |
typedef FileSystemOperation::CopyOrMoveOption CopyOrMoveOption; |
+ typedef FileSystemOperation::GetMetadataField GetMetadataField; |
typedef int OperationID; |
@@ -98,6 +99,7 @@ class STORAGE_EXPORT FileSystemOperationRunner |
// Gets the metadata of a file or directory at |url|. |
OperationID GetMetadata(const FileSystemURL& url, |
+ int fields, |
const GetMetadataCallback& callback); |
// Reads contents of a directory at |url|. |