| Index: trunk/src/chrome/common/extensions/api/file_browser_private.idl
|
| ===================================================================
|
| --- trunk/src/chrome/common/extensions/api/file_browser_private.idl (revision 266495)
|
| +++ trunk/src/chrome/common/extensions/api/file_browser_private.idl (working copy)
|
| @@ -162,12 +162,6 @@
|
|
|
| // 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;
|
|
|
|
|