Index: chrome/common/extensions/api/extension_api.json |
=================================================================== |
--- chrome/common/extensions/api/extension_api.json (revision 24584) |
+++ chrome/common/extensions/api/extension_api.json (working copy) |
@@ -87,6 +87,30 @@ |
"description": "Array of global objects", |
"items": { "type": "object" } |
} |
+ }, |
+ { |
+ "name": "executeScriptCode", |
+ "type": "function", |
+ "description": "", |
+ "parameters": [ |
+ {"type": "string", "name": "scriptCode", "optional": false} |
+ ], |
+ "returns": { |
+ "type": "boolean", |
+ "description": "Whether this call is successfull" |
+ } |
+ }, |
+ { |
+ "name": "executeScriptWithUrl", |
+ "type": "function", |
+ "description": "", |
+ "parameters": [ |
+ {"type": "string", "name": "scriptUrl", "optional": false} |
+ ], |
+ "returns": { |
+ "type": "boolean", |
+ "description": "Whether this call is successfull" |
+ } |
} |
], |
"events": [ |