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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 11309014: File manager: support for zipping selected files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compiler warning: declare base::FileDescriptor a struct, not a class. The struct is put after t… Created 8 years, 1 month 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/main.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index b9e1587d1b0f36459ad3dfe7e27505952d25a774..6254012a993b413535481e23f14ef095499ec8fa 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -134,6 +134,8 @@
i18n-values="label:GDATA_VISIT_DRIVE_GOOGLE_COM"></command>
<command id="open-with"
i18n-values="label:OPEN_WITH_BUTTON_LABEL"></command>
+ <command id="zip-selection"
+ i18n-values="label:ZIP_SELECTION_BUTTON_LABEL"></command>
</commands>
<menu id="file-context-menu" class="chrome-menu" showShortcuts>
@@ -148,6 +150,7 @@
<hr visibleif="full-page">
<menuitem command="#rename"></menuitem>
<menuitem command="#delete"></menuitem>
+ <menuitem command="#zip-selection"></menuitem>
<hr visibleif="saveas-file full-page">
<menuitem command="#newfolder"
visibleif="saveas-file full-page"></menuitem>
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager_commands.js ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698