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

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: 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 9160562b44c77ad82931fbcf05fef42bfe65273f..aa7d6b0bac69cdf57f8ead4523e609259265ed93 100644
--- a/chrome/browser/resources/file_manager/js/file_manager_commands.js
+++ b/chrome/browser/resources/file_manager/js/file_manager_commands.js
@@ -389,15 +389,3 @@ Commands.zipSelectionCommand = {
selection && selection.totalCount > 0;
}
};
-
-/**
- * Opens Files App help.
- */
-Commands.filesAppHelpCommand = {
- execute: function() {
- window.open(FileManager.FILES_APP_HELP, 'help');
Haruki Sato 2013/02/08 08:56:00 Are we going to reuse FileManager.FILES_APP_HELP ?
mtomasz 2013/02/08 10:08:02 Yep, we will use it in the Gear button menu for no
- },
- 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