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

Unified Diff: chrome/browser/resources/md_downloads/manager.html

Issue 2895723002: [WebUI] use one-way Polymer binding on dom-if, dom-repeat, and iron-list (Closed)
Patch Set: Created 3 years, 7 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_downloads/manager.html
diff --git a/chrome/browser/resources/md_downloads/manager.html b/chrome/browser/resources/md_downloads/manager.html
index 736d9d1d26ddaa597407cc6feafea0013c3b138f..d2c8fa24b2e246a51eb9a3f708e7374e68609d73 100644
--- a/chrome/browser/resources/md_downloads/manager.html
+++ b/chrome/browser/resources/md_downloads/manager.html
@@ -93,7 +93,7 @@
<downloads-toolbar id="toolbar" spinner-active="{{spinnerActive_}}"
role="none">
</downloads-toolbar>
- <iron-list id="downloads-list" items="{{items_}}"
+ <iron-list id="downloads-list" items="[[items_]]"
hidden="[[!hasDownloads_]]">
<template>
<downloads-item data="[[item]]"></downloads-item>

Powered by Google App Engine
This is Rietveld 408576698