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

Unified Diff: chrome/browser/chromeos/file_system_provider/provided_file_system.h

Issue 513683002: [fsp] Add support for providing thumbnails. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a bug. Created 6 years, 4 months 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/chromeos/file_system_provider/provided_file_system.h
diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system.h b/chrome/browser/chromeos/file_system_provider/provided_file_system.h
index 7b7105bad5f30b09b563e25146e04a03b4c0cad7..5ecdbf9f2a352e43e5ba6e02d5973bdd9ca462dd 100644
--- a/chrome/browser/chromeos/file_system_provider/provided_file_system.h
+++ b/chrome/browser/chromeos/file_system_provider/provided_file_system.h
@@ -43,6 +43,7 @@ class ProvidedFileSystem : public ProvidedFileSystemInterface {
const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
virtual AbortCallback GetMetadata(
const base::FilePath& entry_path,
+ MetadataFieldMask fields,
const GetMetadataCallback& callback) OVERRIDE;
virtual AbortCallback ReadDirectory(
const base::FilePath& directory_path,

Powered by Google App Engine
This is Rietveld 408576698