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

Unified Diff: chrome/common/extensions/api/file_browser_private.idl

Issue 195763004: Reland of 260688: [Files.app] Use getDriveEntryProperties to retrieve metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adressed the comment Created 6 years, 9 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/common/extensions/api/file_browser_private.idl
diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
index 514edc65db535f8bc35716d09a18f931ed315376..11ed879f6b10621519fee44b961997ae5a2f8889 100644
--- a/chrome/common/extensions/api/file_browser_private.idl
+++ b/chrome/common/extensions/api/file_browser_private.idl
@@ -144,6 +144,12 @@ dictionary FileTask {
// Drive file properties.
dictionary DriveEntryProperties {
+ // Size of this file.
+ double? fileSize;
+
+ // Timestamp of entry update time, in milliseconds past the epoch.
+ double? lastModifiedTime;
+
// URL to the Drive thumbnail image for this file.
DOMString? thumbnailUrl;

Powered by Google App Engine
This is Rietveld 408576698