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

Unified Diff: chrome/browser/resources/file_manager/foreground/js/file_manager_commands.js

Issue 108163005: [Files.app] Remove OK and Cancel buttons in task picker dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adressed the comment Created 7 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
Index: chrome/browser/resources/file_manager/foreground/js/file_manager_commands.js
diff --git a/chrome/browser/resources/file_manager/foreground/js/file_manager_commands.js b/chrome/browser/resources/file_manager/foreground/js/file_manager_commands.js
index 52a26b92a642e05ac7c1b5e951cad1597e38bc8d..ecf618e4113aafaa7fe41b28d231c508bb86976c 100644
--- a/chrome/browser/resources/file_manager/foreground/js/file_manager_commands.js
+++ b/chrome/browser/resources/file_manager/foreground/js/file_manager_commands.js
@@ -562,7 +562,7 @@ CommandHandler.COMMANDS_['open-with'] = {
if (tasks) {
tasks.showTaskPicker(fileManager.defaultTaskPicker,
str('OPEN_WITH_BUTTON_LABEL'),
- null,
+ '',
function(task) {
tasks.execute(task.taskId);
});

Powered by Google App Engine
This is Rietveld 408576698