| 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 27c576f2a82a8fc720c2d6d538e2bc7e9ea8f2b0..5a3fa265364c27cd8df7618ddb807c0c770451e1 100644
|
| --- a/chrome/browser/resources/md_history/history_item.js
|
| +++ b/chrome/browser/resources/md_history/history_item.js
|
| @@ -50,6 +50,9 @@ cr.define('md_history', function() {
|
| * @private
|
| */
|
| onRemoveBookmarkTap_: function() {
|
| + if (this.$['bookmark-star'] == this.root.activeElement)
|
| + this.$['menu-button'].focus();
|
| +
|
| md_history.BrowserService.getInstance()
|
| .removeBookmark(this.item.url);
|
| this.fire('remove-bookmark-stars', this.item.url);
|
|
|