| Index: chrome/browser/ui/webui/site_settings_helper.cc
|
| diff --git a/chrome/browser/ui/webui/site_settings_helper.cc b/chrome/browser/ui/webui/site_settings_helper.cc
|
| index a79e82b942b470ae553b7d239e13ad5baff5c0df..70ef6fa8c7af4f219af97fa0e780108521cb5c05 100644
|
| --- a/chrome/browser/ui/webui/site_settings_helper.cc
|
| +++ b/chrome/browser/ui/webui/site_settings_helper.cc
|
| @@ -73,6 +73,7 @@ const ContentSettingsTypeNameEntry kContentSettingsTypeGroupNames[] = {
|
| {CONTENT_SETTINGS_TYPE_PROTECTED_MEDIA_IDENTIFIER, "protectedContent"},
|
| #endif
|
| {CONTENT_SETTINGS_TYPE_BACKGROUND_SYNC, "background-sync"},
|
| + {CONTENT_SETTINGS_TYPE_SUBRESOURCE_FILTER, "subresource-filter"},
|
| };
|
|
|
| } // namespace
|
|
|