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

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

Issue 2042973002: [MD History] Add routing to the synced devices page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hide_search_bar
Patch Set: address comments Created 4 years, 5 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: 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 209a631a88dbe31d21d1c104fbf55ab3073f780d..20fc637d401f8cf15c57a332f4bb72902e70dc4b 100755
--- a/third_party/polymer/v1_0/find_unused_elements.py
+++ b/third_party/polymer/v1_0/find_unused_elements.py
@@ -20,8 +20,6 @@ class UnusedElementsDetector(object):
# Unused elements to ignore because we plan to use them soon.
__WHITELIST = (
- # TODO(dschuyler): Use element or remove from whitelist.
- 'app-route',
# Necessary for closure.
'polymer-externs',
)

Powered by Google App Engine
This is Rietveld 408576698