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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.js

Issue 1477773003: Use dom-if to hide settings pages and show explicitly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years 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/settings/site_settings/site_list.js
diff --git a/chrome/browser/resources/settings/site_settings/site_list.js b/chrome/browser/resources/settings/site_settings/site_list.js
index b3dcb2d037827103fd0ecbb2fd79891160142166..8b79902115bd0c91220e2c538fec02c6129ffc9a 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.js
+++ b/chrome/browser/resources/settings/site_settings/site_list.js
@@ -47,12 +47,6 @@ Polymer({
},
/**
- * The ID of the category this widget is displaying data for.
- * See site_settings/constants.js for possible values.
- */
- category: Number,
-
- /**
* The type of category this widget is displaying data for. Normally
* either ALLOW or BLOCK, representing which sites are allowed or blocked
* respectively.

Powered by Google App Engine
This is Rietveld 408576698