| 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 751742121431cc4a0406e75dc07ea1a112b6cc0e..613fa147a8123eef8e34f5de34602e0b83a2d126 100644
|
| --- a/chrome/browser/resources/md_history/list_container.js
|
| +++ b/chrome/browser/resources/md_history/list_container.js
|
| @@ -279,4 +279,9 @@ Polymer({
|
| * @private
|
| */
|
| getSelectedList_: function() { return this.$.content.selectedItem; },
|
| +
|
| + /** @private */
|
| + canDeleteHistory_: function() {
|
| + return loadTimeData.getBoolean('allowDeletingHistory');
|
| + }
|
| });
|
|
|