Index: chrome/common/extensions/api/experimental.webRequest.json |
diff --git a/chrome/common/extensions/api/experimental.webRequest.json b/chrome/common/extensions/api/experimental.webRequest.json |
index 1b30d1385472947e59014dc311399b01949f34b8..5264593f91a71d74651cdde945efd12a9e354326 100644 |
--- a/chrome/common/extensions/api/experimental.webRequest.json |
+++ b/chrome/common/extensions/api/experimental.webRequest.json |
@@ -12,7 +12,7 @@ |
"description": "Matches network events by various criteria.", |
"properties": { |
"url": { |
- "$ref": "UrlFilter", |
+ "$ref": "experimental.declarative.UrlFilter", |
"description": "Matches if the condition of the UrlFilter are fulfilled for the URL of the request.", |
"optional": true |
}, |