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 a54bc2f39746463c7498807d7ac33775437f5180..751742121431cc4a0406e75dc07ea1a112b6cc0e 100644 |
--- a/chrome/browser/resources/md_history/list_container.js |
+++ b/chrome/browser/resources/md_history/list_container.js |
@@ -136,6 +136,9 @@ Polymer({ |
if (this.queryState.searchTerm != '') |
browserService.recordAction('SearchResultRemove'); |
this.$.dialog.get().showModal(); |
+ |
+ // TODO(dbeam): remove focus flicker caused by showModal() + focus(). |
+ this.$$('.action-button').focus(); |
}, |
/** |