| 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 984cf15a810859ee23d27948504f340222317ea9..2ffe64d8d7237c3ff423e2927924991d20fb836e 100644
|
| --- a/chrome/common/extensions/api/declarative_web_request.json
|
| +++ b/chrome/common/extensions/api/declarative_web_request.json
|
| @@ -5,6 +5,7 @@
|
| [
|
| {
|
| "namespace": "declarativeWebRequest",
|
| + "description": "Use the <code>chrome.declarativeWebRequest</code> module 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": [
|
| {
|
|
|