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

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: Still missing unit test for ZipFileCreator. 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 75a8aaefacbf331ad37c32d3908022bb7f2ac189..af72a5acdf54fe4d609df09dfa4e5c5921309e20 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -132,6 +132,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>
@@ -146,6 +148,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>

Powered by Google App Engine
This is Rietveld 408576698