| 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 68f626d159a7467eb5014116d5f6882ed250641d..8a6ddcee5e8a5ff145bd4aecd573150c4860bac2 100644
|
| --- a/chrome/browser/resources/md_history/history_list.js
|
| +++ b/chrome/browser/resources/md_history/history_list.js
|
| @@ -73,7 +73,7 @@ Polymer({
|
| onMoreFromSiteTap_: function() {
|
| var menu = /** @type {CrSharedMenuElement} */(this.$.sharedMenu);
|
| this.fire('search-domain', {domain: menu.itemData.domain});
|
| - menu.closeMenu();
|
| + menu.closeMenuNoRefocus();
|
| },
|
|
|
| /** @private */
|
|
|