| 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 fdca489ca5ec6980a5759474a3620c98ef45b7ef..2c37c74eb2d1987ea8c4f63c1d29619418ff1a58 100644
|
| --- a/chrome/common/extensions/api/declarative_web_request.json
|
| +++ b/chrome/common/extensions/api/declarative_web_request.json
|
| @@ -6,7 +6,6 @@
|
| {
|
| "namespace": "declarativeWebRequest",
|
| "description": "Use the <code>chrome.declarativeWebRequest</code> API to intercept, block, or modify requests in-flight. It is significantly faster than the <a href='webRequest.html'><code>chrome.webRequest</code> API</a> because you can register rules that are evaluated in the browser rather than the JavaScript engine with reduces roundtrip latencies and allows higher efficiency.",
|
| - "documentation_permissions_required": ["declarative", "declarativeWebRequest"],
|
| "types": [
|
| {
|
| "id": "HeaderFilter",
|
|
|