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

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

Issue 256023002: Reland of r266437: [Files.app] Use getDriveEntryProperties() to retrieve metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 326f84b31c8731a78bbd3fb6d9000806e397d505..dc3bca43a9aaa13d11e513806753604d30585c46 100644
--- a/chrome/common/extensions/api/file_browser_private.idl
+++ b/chrome/common/extensions/api/file_browser_private.idl
@@ -162,6 +162,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