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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/directory_tree.js

Issue 1136193002: Add a menu item for configuring configurable providers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 7 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/file_manager/foreground/js/ui/directory_tree.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/directory_tree.js b/ui/file_manager/file_manager/foreground/js/ui/directory_tree.js
index 7997941b215e70e6657cb8b759a2b77e60d7419c..109d481be913ae54845aa3b3fe5704ba56dd3c08 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/directory_tree.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/directory_tree.js
@@ -460,6 +460,15 @@ VolumeItem.prototype = {
get entry() {
return this.volumeInfo_.displayRoot;
},
+ /**
+ * @type {!VolumeInfo}
+ */
+ get volumeInfo() {
+ return this.volumeInfo_;
+ },
+ /**
+ * @type {!NavigationModelVolumeItem}
+ */
get modelItem() {
return this.modelItem_;
}
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/providers_model.js ('k') | ui/file_manager/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698