Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: chrome/browser/resources/md_history/synced_device_card.html

Issue 2738063008: WebUI: Polymer config tweaks for better performance. (Closed)
Patch Set: Rebase + comment. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]]"

Powered by Google App Engine
This is Rietveld 408576698