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

Unified Diff: ui/file_manager/file_manager/main.html

Issue 1872223002: Add verbs API to file handlers. Modify the Chrome OS UI so that it displayes the internationalized … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments mentioned by fukino@. Created 4 years, 8 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: ui/file_manager/file_manager/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index e3e0198f76e03b5a22c2ec74caad008bac04efca..ff40a42f3d012966082bfd51c5fd464e06a70d8f 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -91,7 +91,7 @@
shortcut="U+00BE-Ctrl" hide-shortcut-text>
<command id="default-task">
- <command id="open-with" i18n-values="label:OPEN_WITH_BUTTON_LABEL">
+ <command id="more-actions" i18n-values="label:MORE_ACTIONS_BUTTON_LABEL">
<command id="zip-selection"
i18n-values="label:ZIP_SELECTION_BUTTON_LABEL">
<command id="set-wallpaper"
@@ -124,7 +124,7 @@
menu-item-selector="cr-menu-item,hr" showShortcuts>
<cr-menu-item id="default-task-menu-item" command="#default-task"
visibleif="full-page" hidden></cr-menu-item>
- <cr-menu-item command="#open-with"
+ <cr-menu-item command="#more-actions"
visibleif="full-page" hidden></cr-menu-item>
<hr id="tasks-separator" visibleif="full-page" hidden>
<hr id="actions-separator" hidden>

Powered by Google App Engine
This is Rietveld 408576698