Index: chrome/common/extensions/api/extension_api.json |
=================================================================== |
--- chrome/common/extensions/api/extension_api.json (revision 22246) |
+++ chrome/common/extensions/api/extension_api.json (working copy) |
@@ -65,6 +65,7 @@ |
* TODO(rafaelw): Validate event arguments in debug and unittests |
* TODO(rafaelw): Support $ref for json_schema validation. |
*/ |
+ |
[ |
/** |
* chrome.self |
@@ -705,36 +706,5 @@ |
] |
} |
] |
- }, |
- |
- /** |
- * chrome.toolstrip |
- */ |
- { |
- namespace: "toolstrip", |
- types: [], |
- functions: [ |
- { |
- name: "expand", |
- type: "function", |
- description: "", |
- parameters: [ |
- {type: "integer", name: "height", minimum: 0}, |
- {type: "string", name: "url", optional: true}, |
- {type: "function", name: "callback", optional: true} |
- ] |
- }, |
- { |
- name: "collapse", |
- type: "function", |
- description: "", |
- parameters: [ |
- {type: "string", name: "url", optional: true}, |
- {type: "function", name: "callback", optional: true} |
- ] |
- } |
- ], |
- events: [ |
- ] |
} |
] |