Chromium Code Reviews| 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 be5f426535b0ec6ee8d6a7f70036a1db317d93c2..e312a796c19541d489a2b396674397eb7ae03913 100644 |
| --- a/chrome/browser/resources/md_history/history_item.js |
| +++ b/chrome/browser/resources/md_history/history_item.js |
| @@ -124,7 +124,7 @@ cr.define('md_history', function() { |
| attached: function() { |
| Polymer.RenderStatus.afterNextRender(this, function() { |
| this.row_ = new HistoryFocusRow( |
| - this.$['sizing-container'], null, new FocusRowDelegate(this)); |
| + this.$['main-container'], null, new FocusRowDelegate(this)); |
|
tsergeant
2016/09/30 04:47:58
I don't think there's any problems with moving whe
calamity
2016/09/30 04:58:44
Acknowledged.
|
| this.row_.makeActive(this.ironListTabIndex == 0); |
| this.listen(this, 'focus', 'onFocus_'); |
| this.listen(this, 'dom-change', 'onDomChange_'); |