Commit 4c69778a authored by dpapad's avatar dpapad Committed by Commit Bot

Downloads UI: Fix "clear all" cr-action-menu entry.

It was missed in r533917.

Bug: 809381,808182
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I4b7d574e2a1f6b3522547def1b2c6615e974143a
Reviewed-on: https://chromium-review.googlesource.com/904851
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534824}
parent 3e01b536
...@@ -46,9 +46,10 @@ ...@@ -46,9 +46,10 @@
</button> </button>
</cr-toolbar> </cr-toolbar>
<dialog is="cr-action-menu" id="moreActionsMenu"> <dialog is="cr-action-menu" id="moreActionsMenu">
<button class="dropdown-item clear-all" on-tap="onClearAllTap_"> <button slot="item" class="dropdown-item clear-all"
on-tap="onClearAllTap_">
$i18n{clearAll} $i18n{clearAll}
</div> </button>
<button slot="item" class="dropdown-item" <button slot="item" class="dropdown-item"
on-tap="onOpenDownloadsFolderTap_"> on-tap="onOpenDownloadsFolderTap_">
$i18n{openDownloadsFolder} $i18n{openDownloadsFolder}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment