Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3784)

Unified Diff: chrome/common/extensions/api/experimental.webRequest.json

Issue 10367002: Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests pass, docs are updated, it's g2g I think Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
},

Powered by Google App Engine
This is Rietveld 408576698