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

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

Issue 596003002: Allow declarative webrequest and webrequest in extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up RuleRegistry in ExtensionsApiClient. Created 6 years, 3 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/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index c99a6615f79451040840eabde02d4c23259a6547..6559464264dade2250ca593baad60fe34245de99 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -248,10 +248,6 @@
"dependencies": ["permission:declarativeContent"],
"contexts": ["blessed_extension"]
},
- "declarativeWebRequest": {
- "dependencies": ["permission:declarativeWebRequest"],
- "contexts": ["blessed_extension"]
- },
"desktopCapture": {
"dependencies": ["permission:desktopCapture"],
"contexts": ["blessed_extension"]
@@ -311,13 +307,6 @@
"dependencies": ["permission:enterprise.platformKeysPrivate"],
"contexts": ["blessed_extension"]
},
- "events": {
- "internal": true,
- "channel": "stable",
- "extension_types": ["platform_app", "extension"],
- "contexts": "all",
- "matches": ["<all_urls>"]
- },
"experienceSamplingPrivate": {
"dependencies": ["permission:experienceSamplingPrivate"],
"contexts": ["blessed_extension"]
@@ -724,21 +713,6 @@
"dependencies": ["permission:webNavigation"],
"contexts": ["blessed_extension"]
},
- "webRequest": {
- "dependencies": ["permission:webRequest"],
- "contexts": ["blessed_extension"]
- },
- "webRequestInternal": [{
- "internal": true,
- "channel": "stable",
- "contexts": ["blessed_extension"]
- }, {
- // webview uses webRequestInternal API.
- "channel": "stable",
- "internal": true,
- "contexts": ["webui"],
- "matches": ["chrome://chrome-signin/*"]
- }],
"webrtcAudioPrivate": {
"dependencies": ["permission:webrtcAudioPrivate"],
"contexts": ["blessed_extension"]
@@ -766,14 +740,6 @@
// given the blessed_extension denomination. Confusing.
"contexts": ["blessed_extension"]
},
- "webViewRequest": [{
- "dependencies": ["permission:webview"],
- "contexts": ["blessed_extension"]
- }, {
- "channel": "stable",
- "contexts": ["webui"],
- "matches": ["chrome://chrome-signin/*"]
- }],
"webviewTag": {
"internal": true,
"channel": "stable",

Powered by Google App Engine
This is Rietveld 408576698