| 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 961d16599b1fd7c1194974682483e6b0e11d1dc7..b297523f0a79370947ecbd02183724b385c644c6 100644
|
| --- a/chrome/common/extensions/api/declarative_web_request.json
|
| +++ b/chrome/common/extensions/api/declarative_web_request.json
|
| @@ -100,6 +100,11 @@
|
| "description": "Matches if none of the response headers is matched by one of the HeaderFilters.",
|
| "items": { "$ref": "HeaderFilter" }
|
| },
|
| + "thirdPartyForCookies": {
|
| + "type": "boolean",
|
| + "optional": true,
|
| + "description": "If set to true, matches requests that are subject to third-party cookie policies. If set to false, matches all other requests."
|
| + },
|
| "instanceType": {
|
| "type": "string", "enum": ["declarativeWebRequest.RequestMatcher"],
|
| "nodoc": true
|
|
|