| Index: chrome/browser/resources/md_history/history_item.html
|
| diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
|
| index 37f5168b3cef57c958c5874a846f0d9452f9377a..5f4794219f50d260a62ceeacfd2a7b0fe5342366 100644
|
| --- a/chrome/browser/resources/md_history/history_item.html
|
| +++ b/chrome/browser/resources/md_history/history_item.html
|
| @@ -134,8 +134,9 @@
|
| [[cardTitle_(numberOfItems, item.dateRelativeDay, searchTerm)]]
|
| </div>
|
| <div id="item-container">
|
| - <paper-checkbox id="checkbox" on-tap="onCheckboxSelected_"
|
| - checked="{{selected}}" disabled="[[selectionNotAllowed_()]]">
|
| + <paper-checkbox id="checkbox" on-mousedown="onCheckboxMousedown_"
|
| + on-click="onCheckboxSelected_" checked="{{selected}}"
|
| + disabled="[[selectionNotAllowed_()]]">
|
| </paper-checkbox>
|
| <span id="time-accessed">[[item.readableTimestamp]]</span>
|
| <div class="website-icon" id="icon"></div>
|
|
|