| 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 50a52632c4f2de4812db262a640aec013dc3d48a..df079c2c2c3e322678a4fcb6c5394ca7ccd6fa5c 100644
|
| --- a/chrome/browser/resources/md_history/history_item.js
|
| +++ b/chrome/browser/resources/md_history/history_item.js
|
| @@ -185,6 +185,7 @@ cr.define('md_history', function() {
|
| if (this.selectionNotAllowed_())
|
| return;
|
|
|
| + this.$.checkbox.focus();
|
| this.fire('history-checkbox-select', {
|
| element: this,
|
| shiftKey: e.shiftKey,
|
|
|