| Index: chrome/browser/ui/chrome_pages.cc
|
| diff --git a/chrome/browser/ui/chrome_pages.cc b/chrome/browser/ui/chrome_pages.cc
|
| index 44687a07c8de34adfc519f7a983c70d096180507..c67ba443c56a60269799119cba54db97fa529d24 100644
|
| --- a/chrome/browser/ui/chrome_pages.cc
|
| +++ b/chrome/browser/ui/chrome_pages.cc
|
| @@ -163,6 +163,7 @@ std::string GenerateContentSettingsExceptionsSubPage(ContentSettingsType type) {
|
| {CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC, "microphone"},
|
| {CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA, "camera"},
|
| {CONTENT_SETTINGS_TYPE_PLUGINS, "flash"},
|
| + {CONTENT_SETTINGS_TYPE_SUBRESOURCE_FILTER, "subresourceFilter"},
|
| {CONTENT_SETTINGS_TYPE_PPAPI_BROKER, "unsandboxedPlugins"}}));
|
| const auto it = kSettingsPathOverrides.find(type);
|
| const std::string content_type_path =
|
|
|