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..876cbbb922049431aa061efda6aff04d906b51f2 100644 |
--- a/ui/file_manager/externs/entry_location.js |
+++ b/ui/file_manager/externs/entry_location.js |
@@ -46,3 +46,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; |