Commit ed14eb88 authored by dpapad's avatar dpapad Committed by Commit Bot

Settings UI: Declare implied Polymer categoryHeader property in SiteList.

This fixes missing header text in chrome://settings/content/ subpages, when
Polymer2 is turned on.

Bug: 896621
Change-Id: I2c153ac69aca9c8e0b536e7af5388e412f9bc183
Reviewed-on: https://chromium-review.googlesource.com/c/1297597Reviewed-by: default avatarRebekah Potter <rbpotter@chromium.org>
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602202}
parent ee02be48
......@@ -27,6 +27,8 @@ Polymer({
value: false,
},
categoryHeader: String,
/**
* The site serving as the model for the currently open action menu.
* @private {?SiteException}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment