| Index: chrome/browser/ui/chrome_pages.cc
|
| diff --git a/chrome/browser/ui/chrome_pages.cc b/chrome/browser/ui/chrome_pages.cc
|
| index a2bcbb70c54640a90b6174244c13ca07172deab0..75b9545d237263400a5957159b2946f8da686482 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 =
|
|
|