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

Unified Diff: third_party/polymer/v1_0/find_unused_elements.py

Issue 1941133002: MD History: Use iron-scroll-threshold to determine when to load new data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pseudomaster
Patch Set: Fix closure compile (how exciting!) Created 4 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
« no previous file with comments | « chrome/browser/resources/md_history/history_list.js ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/v1_0/find_unused_elements.py
diff --git a/third_party/polymer/v1_0/find_unused_elements.py b/third_party/polymer/v1_0/find_unused_elements.py
index c1929d6f9eed7ffc51ed8a20d342be42b0ae6033..a928c1b3fe66ea3f2702f0a72c70768bddea1d93 100755
--- a/third_party/polymer/v1_0/find_unused_elements.py
+++ b/third_party/polymer/v1_0/find_unused_elements.py
@@ -22,8 +22,6 @@ class UnusedElementsDetector(object):
__WHITELIST = (
# TODO(dschuyler): Use element or remove from whitelist.
'carbon-route',
- # TODO(tsergeant): Use element or remove from whitelist.
- 'iron-scroll-threshold',
# Necessary for closure.
'polymer-externs',
)
« no previous file with comments | « chrome/browser/resources/md_history/history_list.js ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698