| Index: chrome/browser/resources/md_history/history_list.js
|
| diff --git a/chrome/browser/resources/md_history/history_list.js b/chrome/browser/resources/md_history/history_list.js
|
| index d0718e23b3160ab99de107e6eb7b55d65cebec98..1ccfdccce51c58cfca5b20d42c73db6a83800bba 100644
|
| --- a/chrome/browser/resources/md_history/history_list.js
|
| +++ b/chrome/browser/resources/md_history/history_list.js
|
| @@ -55,7 +55,7 @@ Polymer({
|
| onMoreFromSiteTap_: function() {
|
| var menu = /** @type {CrSharedMenuElement} */(this.$.sharedMenu);
|
| this.fire('search-domain', {domain: menu.itemData.domain});
|
| - menu.closeMenu();
|
| + menu.closeMenuNoRefocus();
|
| },
|
|
|
| /** @private */
|
|
|