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

Unified Diff: storage/browser/fileapi/async_file_util_adapter.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
« no previous file with comments | « storage/browser/fileapi/async_file_util.h ('k') | storage/browser/fileapi/async_file_util_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/async_file_util_adapter.h
diff --git a/storage/browser/fileapi/async_file_util_adapter.h b/storage/browser/fileapi/async_file_util_adapter.h
index 9c661a6d4e829ed7bde9bcb62766f8dd4948e2c0..7a126b01dfd03a5c5683943c88cc0fa53c60bf74 100644
--- a/storage/browser/fileapi/async_file_util_adapter.h
+++ b/storage/browser/fileapi/async_file_util_adapter.h
@@ -52,6 +52,7 @@ class STORAGE_EXPORT AsyncFileUtilAdapter
const StatusCallback& callback) override;
void GetFileInfo(scoped_ptr<FileSystemOperationContext> context,
const FileSystemURL& url,
+ int /* fields */,
const GetFileInfoCallback& callback) override;
void ReadDirectory(scoped_ptr<FileSystemOperationContext> context,
const FileSystemURL& url,
« no previous file with comments | « storage/browser/fileapi/async_file_util.h ('k') | storage/browser/fileapi/async_file_util_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698