Index: chrome/common/extensions/api/extension_api.json |
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json |
index e0530b91999f2c31eb9a6695c6f1cb56a45545cb..670d72b6be282a972189cba93db8740b2ff88b32 100644 |
--- a/chrome/common/extensions/api/extension_api.json |
+++ b/chrome/common/extensions/api/extension_api.json |
@@ -2148,46 +2148,6 @@ |
] |
}, |
{ |
- "namespace": "toolstrip", |
- "nodoc": true, |
- "types": [], |
- "functions": [ |
- { |
- "name": "expand", |
- "type": "function", |
- "description": "", |
- "parameters": [ |
- { |
- "type": "object", |
- "name": "expandInfo", |
- "properties": { |
- "height": { "type": "integer", "minimum": 0, "description": "The vertical pixel height required of the toolstrip area." }, |
- "url": { "type": "string", "optional": true, "description": "If present, the toolstrip mole will change it's content to the provided URL. Otherwise, the current page will just be expanded in size." } |
- } |
- }, |
- {"type": "function", "name": "callback", "optional": true, "parameters": []} |
- ] |
- }, |
- { |
- "name": "collapse", |
- "type": "function", |
- "description": "", |
- "parameters": [ |
- { |
- "type": "object", |
- "name": "collapseInfo", |
- "optional": true, |
- "properties": { |
- "url": { "type": "string", "optional": true, "description": "If present, the toolstrip mole will change it's content to the provided URL. Otherwise, the current page will just be collapsed in size." } |
- } |
- }, |
- {"type": "function", "name": "callback", "optional": true, "parameters": []} |
- ] |
- } |
- ], |
- "events": [] |
- }, |
- { |
"namespace": "i18n", |
"unprivileged": true, |
"types": [], |