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

Unified Diff: chrome/browser/chromeos/drive/fileapi/async_file_util.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 | « no previous file | chrome/browser/chromeos/drive/fileapi/async_file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/fileapi/async_file_util.h
diff --git a/chrome/browser/chromeos/drive/fileapi/async_file_util.h b/chrome/browser/chromeos/drive/fileapi/async_file_util.h
index b62b48d0fe913b75fc46270f1fe95d2ca0cc3c7a..8dcd1db343708ccf617f86da168d5d6eb3556085 100644
--- a/chrome/browser/chromeos/drive/fileapi/async_file_util.h
+++ b/chrome/browser/chromeos/drive/fileapi/async_file_util.h
@@ -36,6 +36,7 @@ class AsyncFileUtil : public storage::AsyncFileUtil {
const StatusCallback& callback) override;
void GetFileInfo(scoped_ptr<storage::FileSystemOperationContext> context,
const storage::FileSystemURL& url,
+ int fields,
const GetFileInfoCallback& callback) override;
void ReadDirectory(scoped_ptr<storage::FileSystemOperationContext> context,
const storage::FileSystemURL& url,
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/fileapi/async_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698