| Index: chrome/browser/ui/page_info/page_info_ui.cc
|
| diff --git a/chrome/browser/ui/page_info/page_info_ui.cc b/chrome/browser/ui/page_info/page_info_ui.cc
|
| index 3956d0c52b7d6094deb2c1e68d54d58d6f054769..bfba6cad6d634ab7c64e057c849458727ec58439 100644
|
| --- a/chrome/browser/ui/page_info/page_info_ui.cc
|
| +++ b/chrome/browser/ui/page_info/page_info_ui.cc
|
| @@ -113,6 +113,8 @@ const PermissionsUIInfo kPermissionsUIInfo[] = {
|
| // Autoplay is Android-only at the moment, and the Origin Info bubble in
|
| // Android ignores these block/allow icon pairs, so we can specify 0 there.
|
| {CONTENT_SETTINGS_TYPE_AUTOPLAY, IDS_PAGE_INFO_TYPE_AUTOPLAY, 0, 0},
|
| + {CONTENT_SETTINGS_TYPE_SUBRESOURCE_FILTER, IDS_SUBRESOURCE_FILTER_HEADER,
|
| + IDR_ALLOWED_SUBRESOURCE_FILTER, IDR_BLOCKED_SUBRESOURCE_FILTER},
|
| };
|
|
|
| std::unique_ptr<PageInfoUI::SecurityDescription> CreateSecurityDescription(
|
|
|