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

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

Issue 228343002: Cleanup webRequest/Internal API and permission registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/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": [

Powered by Google App Engine
This is Rietveld 408576698