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

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

Issue 12208084: Removed a context menu from Files.app's left nav, since it became redundant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 10 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: chrome/browser/resources/file_manager/js/file_manager_commands.js
diff --git a/chrome/browser/resources/file_manager/js/file_manager_commands.js b/chrome/browser/resources/file_manager/js/file_manager_commands.js
index 7fa6b0854af98fd798d889a2bddab7e0f6289339..cc2d8d368f30ab52914f862416f5960c2273a7b6 100644
--- a/chrome/browser/resources/file_manager/js/file_manager_commands.js
+++ b/chrome/browser/resources/file_manager/js/file_manager_commands.js
@@ -404,15 +404,3 @@ Commands.zipSelectionCommand = {
selection && selection.totalCount > 0;
}
};
-
-/**
- * Opens Files App help.
- */
-Commands.filesAppHelpCommand = {
- execute: function() {
- window.open(FileManager.FILES_APP_HELP, 'help');
- },
- canExecute: function(event, fileManager) {
- event.canExecute = true;
- }
-};
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | chrome/browser/resources/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698