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

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

Issue 250803018: Revert 266437 "Reland of 260688: [Files.app] Use getDriveEntryPr..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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: 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;

Powered by Google App Engine
This is Rietveld 408576698