| 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;
|
|
|
|
|