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

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

Issue 292183005: Use special icon for shared folders in the directory tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update shared status icon when new tree item is created. Created 6 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
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/directory_tree.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/file_manager.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_manager.js b/ui/file_manager/file_manager/foreground/js/file_manager.js
index 8ded73bf89206f26aed4b1d81feee99aef33e18e..83e60af7e0cc9b0b369d740a496119aa8d8907b4 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager.js
@@ -1056,7 +1056,8 @@ var BOTTOM_MARGIN_FOR_PREVIEW_PANEL_PX = 52;
this.directoryTree_ = this.dialogDom_.querySelector('#directory-tree');
DirectoryTree.decorate(this.directoryTree_,
this.directoryModel_,
- this.volumeManager_);
+ this.volumeManager_,
+ this.metadataCache_);
this.navigationList_ = this.dialogDom_.querySelector('#navigation-list');
NavigationList.decorate(this.navigationList_,
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/directory_tree.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698