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

Unified Diff: chrome/browser/resources/md_history/history_toolbar.html

Issue 1586373002: MD History: Delete button in the toolbar allows deletion of multiple history-items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch_to_be_uploaded
Patch Set: Address reviewer comments. Created 4 years, 11 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: chrome/browser/resources/md_history/history_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index 7e46840aaecb2f0b335050475f80a812eb09b247..3b97e156ed6dee5daf746bc93a99c42c9f3bc3c2 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -66,7 +66,9 @@
<paper-button id="cancel-button" on-tap="onClearSelectionTap_">
CANCEL
calamity 2016/02/02 05:34:58 Do these need to be i18ned? (follow up patch if ye
</paper-button>
- <paper-button id="delete-button">DELETE</paper-button>
+ <paper-button id="delete-button" on-tap="onDeleteTap_">
+ DELETE
+ </paper-button>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698