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

Unified Diff: chrome/common/extensions/api/declarative_web_request.json

Issue 10392127: Move declarative API into events API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix change schema type reference from 'Event' to 'events.Event' 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
« no previous file with comments | « chrome/common/extensions/api/declarative.json ('k') | chrome/common/extensions/api/events.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c3d19dd5ea5bf3db63cc9fd680e73ef797ad3590..ea05f2d8cc2c9199eb03c80fcb8cfbe760d1bfff 100644
--- a/chrome/common/extensions/api/declarative_web_request.json
+++ b/chrome/common/extensions/api/declarative_web_request.json
@@ -13,7 +13,7 @@
"description": "Matches network events by various criteria.",
"properties": {
"url": {
- "$ref": "declarative.UrlFilter",
+ "$ref": "events.UrlFilter",
"description": "Matches if the condition of the UrlFilter are fulfilled for the URL of the request.",
"optional": true
},
« no previous file with comments | « chrome/common/extensions/api/declarative.json ('k') | chrome/common/extensions/api/events.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698