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

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

Issue 2513493002: Files App: Update the context menu when installed app is changed. (Closed)
Patch Set: Fixed test. Created 4 years 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/task_controller.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/task_controller_unittest.js
diff --git a/ui/file_manager/file_manager/foreground/js/task_controller_unittest.js b/ui/file_manager/file_manager/foreground/js/task_controller_unittest.js
index b93e58d2da82f0e819a199af59ee5ff753cb4e36..34abed078a1547f1c15cec3fa9bb8dfdf4506a0f 100644
--- a/ui/file_manager/file_manager/foreground/js/task_controller_unittest.js
+++ b/ui/file_manager/file_manager/foreground/js/task_controller_unittest.js
@@ -34,7 +34,10 @@ function testExecuteEntryTask(callback) {
{taskId:'handler-extension-id|file|open', isDefault: false},
{taskId:'handler-extension-id|file|play', isDefault: true}
]), 0);
- }
+ },
+ onAppsUpdated: {
+ addListener: function() {},
+ },
};
var fileSystem = new MockFileSystem('volumeId');
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/task_controller.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698