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

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: Add TODO and remove console.logs. 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 0ff6afd16a4e4bc1587a7ef3c8ec3c8fcab8fa7c..6c72b706035c1f9ede5f0e65c0a45e487d4e8a9f 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="clearSelection">
CANCEL
</paper-button>
- <paper-button id="delete-button">DELETE</paper-button>
+ <paper-button id="delete-button" on-tap="deleteSelection">
+ DELETE
+ </paper-button>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698