Index: chrome/common/extensions/api/web_request_internal.json |
diff --git a/chrome/common/extensions/api/web_request_internal.json b/chrome/common/extensions/api/web_request_internal.json |
index 4c56b5d11812c752adc2c057a14e3b33c16f10c2..7fdba8f5b4c8de651812f52e0dfedebc985e54e0 100644 |
--- a/chrome/common/extensions/api/web_request_internal.json |
+++ b/chrome/common/extensions/api/web_request_internal.json |
@@ -6,9 +6,13 @@ |
{ |
"namespace": "webRequestInternal", |
"description": "none", |
+ "compiler_options": { |
+ "implemented_in": "chrome/browser/extensions/api/web_request/web_request_api.h" |
+ }, |
"functions": [ |
{ |
"name": "addEventListener", |
+ "nocompile": true, |
not at google - send to devlin
2014/04/08 15:09:36
You should be able to do a bit more cleanup here:
pneubeck (no reviews)
2014/04/09 09:08:15
Doh.. of course the RegisterFunction calls have to
|
"type": "function", |
"description": "Used internally to implement the special form of addListener for the webRequest events.", |
"parameters": [ |
@@ -35,6 +39,7 @@ |
}, |
{ |
"name": "eventHandled", |
+ "nocompile": true, |
"type": "function", |
"description": "Used internally to send a response for a blocked event.", |
"parameters": [ |