Commit ead06744 authored by dschuyler's avatar dschuyler Committed by Commit bot

[MD settings] correct category for SUBRESOURCE_FILTER

This CL changes the SUBRESOURCE_FITER which is not a valid category
type to SUBRESOURCE_FILTER which is valid.

BUG=716661
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2851933002
Cr-Commit-Position: refs/heads/master@{#468426}
parent 4fffeff4
...@@ -410,7 +410,7 @@ ...@@ -410,7 +410,7 @@
toggle-on-label="$i18n{siteSettingsSubresourceFilterBlock}"> toggle-on-label="$i18n{siteSettingsSubresourceFilterBlock}">
</category-default-setting> </category-default-setting>
<category-setting-exceptions <category-setting-exceptions
category="{{ContentSettingsTypes.SUBRESOURCE_FITER}}"> category="{{ContentSettingsTypes.SUBRESOURCE_FILTER}}">
</category-setting-exceptions> </category-setting-exceptions>
</settings-subpage> </settings-subpage>
</template> </template>
......
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