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

Unified Diff: chrome/browser/sync_file_system/local/syncable_file_system_operation.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: chrome/browser/sync_file_system/local/syncable_file_system_operation.h
diff --git a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
index 5903f5e6ae7c58f5603cffa4689a34a04f769982..b93ded8ab4c9e68ad945cd46f4a000c71fb556b8 100644
--- a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
+++ b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
@@ -54,6 +54,7 @@ class SyncableFileSystemOperation
void FileExists(const storage::FileSystemURL& url,
const StatusCallback& callback) override;
void GetMetadata(const storage::FileSystemURL& url,
+ int fields,
const GetMetadataCallback& callback) override;
void ReadDirectory(const storage::FileSystemURL& url,
const ReadDirectoryCallback& callback) override;

Powered by Google App Engine
This is Rietveld 408576698