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

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

Issue 2839863002: Add Team Drive subtree to the directory list view. (Closed)
Patch Set: Remove some unncecesary code 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..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;
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc ('k') | ui/file_manager/externs/volume_info.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698