| Index: ui/file_manager/file_manager/foreground/js/file_manager_commands.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/file_manager_commands.js b/ui/file_manager/file_manager/foreground/js/file_manager_commands.js
|
| index 85bf8a8faffcac524812fc5ac5b2d6f1df7c09e4..0b8bdbea81a14a2b52d116edb4a2fae61c0e8cf0 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/file_manager_commands.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/file_manager_commands.js
|
| @@ -1239,18 +1239,3 @@
|
| },
|
| canExecute: CommandUtil.canExecuteAlways
|
| });
|
| -
|
| -/**
|
| - * Shows a suggest dialog with new services to be added to the left nav.
|
| - * @type {Command}
|
| - */
|
| -CommandHandler.COMMANDS_['add-new-services'] = /** @type {Command} */ ({
|
| - /**
|
| - * @param {!Event} event Command event.
|
| - * @param {!FileManager} fileManager FileManager to use.
|
| - */
|
| - execute: function(event, fileManager) {
|
| - fileManager.ui.suggestAppsDialog.showProviders(function() {});
|
| - },
|
| - canExecute: CommandUtil.canExecuteAlways
|
| -});
|
|
|