| Index: chrome/browser/resources/md_history/history_item.js
|
| diff --git a/chrome/browser/resources/md_history/history_item.js b/chrome/browser/resources/md_history/history_item.js
|
| index 242660db8aaf7a02a7c50c78b4db2e6fa31360de..4b988cd6437cc1bde1cccea3e4f79947977d9da0 100644
|
| --- a/chrome/browser/resources/md_history/history_item.js
|
| +++ b/chrome/browser/resources/md_history/history_item.js
|
| @@ -90,5 +90,9 @@ Polymer({
|
|
|
| // Stops the 'tap' event from closing the menu when it opens.
|
| e.stopPropagation();
|
| + },
|
| +
|
| + selectionNotAllowed_: function() {
|
| + return !loadTimeData.getBoolean('allowDeletingHistory');
|
| }
|
| });
|
|
|