| Index: chrome/common/extensions/api/declarative_web_request.json
|
| diff --git a/chrome/common/extensions/api/declarative_web_request.json b/chrome/common/extensions/api/declarative_web_request.json
|
| index 275236735d39bb5eb995f50029bb18697f0ff1b5..3a8f715f512a3589a1d14bf1dde4234453ca180c 100644
|
| --- a/chrome/common/extensions/api/declarative_web_request.json
|
| +++ b/chrome/common/extensions/api/declarative_web_request.json
|
| @@ -29,6 +29,12 @@
|
| "description": "Matches if the MIME media type of a response (from the HTTP Content-Type header) is contained in the list.",
|
| "items": { "type": "string" }
|
| },
|
| + "excludeContentType": {
|
| + "type": "array",
|
| + "optional": true,
|
| + "description": "Matches if the MIME media type of a response (from the HTTP Content-Type header) is <em>not</em> contained in the list.",
|
| + "items": { "type": "string" }
|
| + },
|
| "instanceType": {
|
| "type": "string", "enum": ["declarativeWebRequest.RequestMatcher"],
|
| "nodoc": true
|
|
|