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

Unified Diff: ui/file_manager/externs/entry_location.js

Issue 2839863002: Add Team Drive subtree to the directory list view. (Closed)
Patch Set: Fix FileManagerJsTest.{NavigationListModelTest,ProvidersModel}. Created 3 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: 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;

Powered by Google App Engine
This is Rietveld 408576698