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 a501951e07c25c9e477cae746f31d66dd72b37bf..b04ddac81402a6558db36b8361d977589e74dc69 100644 |
--- a/chrome/browser/resources/md_history/history_item.html |
+++ b/chrome/browser/resources/md_history/history_item.html |
@@ -149,7 +149,8 @@ |
<div id="item-container"> |
<paper-checkbox id="checkbox" on-mousedown="onCheckboxMousedown_" |
on-click="onCheckboxSelected_" checked="{{selected}}" |
- disabled="[[selectionNotAllowed_()]]"> |
+ disabled="[[selectionNotAllowed_()]]" |
+ aria-label$="[[getEntrySummary_(item)]]"> |
</paper-checkbox> |
<span id="time-accessed">[[item.readableTimestamp]]</span> |
<div class="website-icon" id="icon"></div> |