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

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

Issue 159067: Add API: getBackgroundPageView and getToolstripViews (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 4 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/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": [
« no previous file with comments | « chrome/browser/extensions/extension_tabs_module_constants.cc ('k') | chrome/renderer/extensions/extension_process_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698