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

Unified Diff: ui/file_manager/externs/volume_info.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/volume_info.js
diff --git a/ui/file_manager/externs/volume_info.js b/ui/file_manager/externs/volume_info.js
index fb8684ec3825ee6b8e6bc529138d2a205187a652..a90a03bb8e690bfe0c3073d47f172ee386f35588 100644
--- a/ui/file_manager/externs/volume_info.js
+++ b/ui/file_manager/externs/volume_info.js
@@ -25,6 +25,13 @@ VolumeInfo.prototype.fileSystem;
VolumeInfo.prototype.displayRoot;
/**
+ * The display root path of Team Drives directory. It is null before finishing
+ * to resolve the entry. Valid only for Drive volume.
+ * @type {DirectoryEntry}
+ */
+VolumeInfo.prototype.teamDriveDisplayRoot;
+
+/**
* The volume's fake entries such as Recent, Offline, Shared with me, etc...
* in Google Drive.
* @type {Object<!FakeEntry>}}
« no previous file with comments | « ui/file_manager/externs/entry_location.js ('k') | ui/file_manager/file_manager/background/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698