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

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

Issue 3129003: remove toolstrips (Closed)
Patch Set: merge Created 10 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [],
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698