| 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 68f626d159a7467eb5014116d5f6882ed250641d..55af60bb6b4a7f1615daecd99969042efb4e2e93 100644
|
| --- a/chrome/browser/resources/md_history/history_list.js
|
| +++ b/chrome/browser/resources/md_history/history_list.js
|
| @@ -181,7 +181,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) {
|
|
|