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

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

Issue 951443002: Files.app: Make delete button on the toolbar standard button instead of CommandButton. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add @const for const members of ToolbarController. Created 5 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
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8cb4d82af9215ece333ee05e5bdc6c7d05779495..0aa4fc9afb21ae439a8f13b9dd95b167fc4a8486 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -347,7 +347,7 @@
visibleif="full-page">
<paper-ripple fit class="recenteringTouch circle"></paper-ripple>
</button>
- <button id="delete-button" class="icon-button" command="#delete" tabindex="10"
+ <button id="delete-button" class="icon-button" tabindex="10"
i18n-values="aria-label:DELETE_BUTTON_LABEL"
visibleif="full-page">
<paper-ripple fit class="recenteringTouch circle"></paper-ripple>
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_manager_ui.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698