| Index: extensions/common/api/declarative_web_request.json
|
| diff --git a/extensions/common/api/declarative_web_request.json b/extensions/common/api/declarative_web_request.json
|
| index f504070bb230c0e46297d3d71fb3c2315eaa9a85..36b16ee1898d0df3d161f1569e3de84dd77c28c3 100644
|
| --- a/extensions/common/api/declarative_web_request.json
|
| +++ b/extensions/common/api/declarative_web_request.json
|
| @@ -6,6 +6,7 @@
|
| {
|
| "namespace": "declarativeWebRequest",
|
| "description": "<em><strong>Note:</strong> this API is currently on hold, without concrete plans to move to stable.</em> Use the <code>chrome.declarativeWebRequest</code> API to intercept, block, or modify requests in-flight. It is significantly faster than the <a href='webRequest'><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.",
|
| + "compiler_options": {"use_movable_types": true},
|
| "types": [
|
| {
|
| "id": "HeaderFilter",
|
|
|