Index: ui/file_manager/externs/entry_location.js |
diff --git a/ui/file_manager/externs/entry_location.js b/ui/file_manager/externs/entry_location.js |
index 24a1d7d17caeb93dc3f3d53404f655aa89b1e41e..4f3e0270e876340c3b7e0fb9a04b045cb9d41373 100644 |
--- a/ui/file_manager/externs/entry_location.js |
+++ b/ui/file_manager/externs/entry_location.js |
@@ -22,6 +22,12 @@ EntryLocation.prototype.volumeInfo; |
EntryLocation.prototype.rootType; |
/** |
+ * Entry type. |
+ * @type{VolumeManagerCommon.EntryType} |
+ */ |
+EntryLocation.prototype.entryType; |
+ |
+/** |
* Whether the entry is root entry or not. |
* @type {boolean} |
*/ |
@@ -46,3 +52,10 @@ EntryLocation.prototype.isDriveBased; |
* @type {boolean} |
*/ |
EntryLocation.prototype.isReadOnly; |
+ |
+/** |
+ * Whether the entry should be displayed with a fixed name instead of individual |
+ * entry's name. (e.g. "Downloads" is a fixed name) |
+ * @type {boolean} |
+ */ |
+EntryLocation.prototype.hasFixedLabel; |