| Index: chrome/browser/resources/md_history/history_list.js
|
| diff --git a/chrome/browser/resources/md_history/history_list.js b/chrome/browser/resources/md_history/history_list.js
|
| index 58a3cfe03bfe3da9ba7c3e3c90d9833d5e7539c0..ba358120f6b4f93984e925bb05bad7a508f37f7f 100644
|
| --- a/chrome/browser/resources/md_history/history_list.js
|
| +++ b/chrome/browser/resources/md_history/history_list.js
|
| @@ -189,7 +189,9 @@ Polymer({
|
|
|
| /**
|
| * Performs a request to the backend to delete all selected items. If
|
| - * successful, removes them from the view.
|
| + * successful, removes them from the view. Does not prompt the user before
|
| + * deleting -- see <history-list-container> for a version of this method which
|
| + * does prompt.
|
| */
|
| deleteSelected: function() {
|
| var toBeRemoved = this.historyData_.filter(function(item) {
|
|
|