| 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 3972844aa529eec688b0d281c4626bf91bb8abc1..afd72f665fd998abd0b8196c94f45cb31a5ba739 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
|
| @@ -27,7 +27,7 @@ function setUp() {
|
| cr.ui.decorate('command', cr.ui.Command);
|
| }
|
|
|
| -function testDoEntryAction(callback) {
|
| +function testExecuteEntryTask(callback) {
|
| window.chrome.fileManagerPrivate = {
|
| getFileTasks: function(entries, callback) {
|
| setTimeout(callback.bind(null, [
|
|
|