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

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

Issue 1373793003: Files.app: add feedback animation to context menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments. Created 5 years, 3 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/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 32e1cbce906d34ba3fe6ee201c63994d2b8017e1..8643107ca89db19cae3ec9ce51e23cc5fb6bc904 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager.js
@@ -535,6 +535,8 @@ FileManager.prototype = /** @struct */ {
this.document_,
// Whether to show any welcome banner.
this.dialogType === DialogType.FULL_PAGE));
+
+ this.ui_.decorateFilesMenuItems();
};
/**

Powered by Google App Engine
This is Rietveld 408576698