| Index: chrome/browser/resources/md_history/synced_device_card.html
|
| diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html
|
| index e36c0e06bdd38711679db4ce46a49c0bf190a631..6aa1c745c0e48b14509e9b1bb17889c997427b6a 100644
|
| --- a/chrome/browser/resources/md_history/synced_device_card.html
|
| +++ b/chrome/browser/resources/md_history/synced_device_card.html
|
| @@ -107,7 +107,8 @@
|
|
|
| <iron-collapse opened="{{opened}}" id="collapse">
|
| <div id="tab-item-list">
|
| - <template is="dom-repeat" items="[[tabs]]" as="tab" id="tab-list">
|
| + <template is="dom-repeat" items="[[tabs]]" as="tab" id="tab-list"
|
| + notify-dom-change>
|
| <div class="item-container">
|
| <div class="website-icon"></div>
|
| <a href="[[tab.url]]" class="website-title" title="[[tab.title]]"
|
|
|