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

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

Issue 159763: Rolling back change 22245. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 5 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/common_resources.grd ('k') | chrome/common/extensions/docs/toolstrip.html » ('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
===================================================================
--- 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: [
- ]
}
]
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/common/extensions/docs/toolstrip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698