Index: chrome/common/extensions/api/declarativeWebRequest.json |
diff --git a/chrome/common/extensions/api/declarativeWebRequest.json b/chrome/common/extensions/api/declarativeWebRequest.json |
index 5b6565753fc08ca53327385412daf32640fcfdce..c3d19dd5ea5bf3db63cc9fd680e73ef797ad3590 100644 |
--- a/chrome/common/extensions/api/declarativeWebRequest.json |
+++ b/chrome/common/extensions/api/declarativeWebRequest.json |
@@ -13,7 +13,7 @@ |
"description": "Matches network events by various criteria.", |
"properties": { |
"url": { |
- "$ref": "UrlFilter", |
+ "$ref": "declarative.UrlFilter", |
"description": "Matches if the condition of the UrlFilter are fulfilled for the URL of the request.", |
"optional": true |
}, |
@@ -52,8 +52,11 @@ |
"options": { |
"supportsListeners": false, |
"supportsRules": true, |
- "conditions": ["RequestMatcher"], |
- "actions": ["CancelRequest", "RedirectRequest"] |
+ "conditions": ["declarativeWebRequest.RequestMatcher"], |
+ "actions": [ |
+ "declarativeWebRequest.CancelRequest", |
+ "declarativeWebRequest.RedirectRequest" |
+ ] |
} |
} |
] |