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

Unified Diff: chrome/browser/resources/settings/site_settings/site_data.html

Issue 2781703002: MD Settings: Fix case where 'REMOVE ALL SHOWN' button is erroneously shown. (Closed)
Patch Set: Add test. 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
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/site_data_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/site_data.html
diff --git a/chrome/browser/resources/settings/site_settings/site_data.html b/chrome/browser/resources/settings/site_settings/site_data.html
index 67cf04a1bda537791b2d4e1981aa8b21f0d91191..f046c297c9a408d055b8a73af5db0578aa039b69 100644
--- a/chrome/browser/resources/settings/site_settings/site_data.html
+++ b/chrome/browser/resources/settings/site_settings/site_data.html
@@ -46,7 +46,8 @@
</div>
<div class="list-frame vertical-list">
<template is="dom-repeat" id="list" items="[[sites]]" filter="showItem_"
- rendered-item-count="{{renderedItemCount}}">
+ rendered-item-count="{{renderedItemCount::dom-change}}"
dschuyler 2017/03/28 19:18:23 Will this trigger/update more often than it did be
+ notify-dom-change>
<div class="list-item two-line" on-tap="onSiteTap_" actionable>
<div class="favicon-image" style$="[[computeSiteIcon(item.site)]]">
</div>
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/site_data_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698