| Index: chrome/browser/resources/md_history/list_container.js
|
| diff --git a/chrome/browser/resources/md_history/list_container.js b/chrome/browser/resources/md_history/list_container.js
|
| index 448c27cae3356014d508703b4af85849af34b910..5ea6412fc2f057e0289eb01949f528341439709d 100644
|
| --- a/chrome/browser/resources/md_history/list_container.js
|
| +++ b/chrome/browser/resources/md_history/list_container.js
|
| @@ -37,6 +37,7 @@ Polymer({
|
| */
|
| historyResult: function(info, results) {
|
| this.initializeResults_(info, results);
|
| + this.closeMenu_();
|
|
|
| if (this.selectedPage_ == 'grouped-list') {
|
| this.$$('#grouped-list').historyData = results;
|
|
|