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

Unified Diff: chrome/browser/resources/md_history/history_item.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/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index 30f91fcc6b30a67d313dba7f4f8eef3633ed2957..8bbdbdae64caee2ccb3a1226d5b0d0733739a86a 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -231,7 +231,7 @@
<span id="domain">[[item.domain]]</span>
</div>
<div id="star-container">
- <template is="dom-if" if="[[item.starred]]">
+ <template is="dom-if" if="[[item.starred]]" notify-dom-change>
<button is="paper-icon-button-light" id="bookmark-star"
title="$i18n{removeBookmark}" on-click="onRemoveBookmarkTap_">
<iron-icon icon="cr:star"></iron-icon>

Powered by Google App Engine
This is Rietveld 408576698