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

Unified Diff: chrome/browser/resources/md_history/list_container.js

Issue 2159773003: MD History: Add shortcuts for 'Delete' and 'Backspace' to delete selected items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@MDH_slash_key
Patch Set: Created 4 years, 5 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/list_container.js
diff --git a/chrome/browser/resources/md_history/list_container.js b/chrome/browser/resources/md_history/list_container.js
index f8bbac03555fd47d47270079290d4d7d36a0b348..97dcd2bde4803771c0b1d61ec54f169d479cf8cb 100644
--- a/chrome/browser/resources/md_history/list_container.js
+++ b/chrome/browser/resources/md_history/list_container.js
@@ -94,6 +94,11 @@ Polymer({
this.$.dialog.open();
},
+ /** @return {HistoryListElement} */
+ getHistoryList: function() {
+ return this.$['infinite-list'];
+ },
+
/**
* @param {string} searchTerm
* @private

Powered by Google App Engine
This is Rietveld 408576698