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

Unified Diff: storage/browser/fileapi/file_system_operation_runner.h

Issue 1455403003: Add an option to specify requested fields for fetching metadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up. Created 5 years, 1 month 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
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|.
« no previous file with comments | « storage/browser/fileapi/file_system_operation_impl.cc ('k') | storage/browser/fileapi/file_system_operation_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698