Bug 1279392: [webext] Move API permission definitions to the schemas. r=aswan

MozReview-Commit-ID: 8m7wJrAbFwS
This commit is contained in:
Kris Maglione
2016-06-09 17:44:47 -07:00
parent 5097b69e54
commit b2a33e3bf1
41 changed files with 195 additions and 87 deletions

View File

@@ -224,7 +224,7 @@ extensions.on("shutdown", (type, extension) => {
});
/* eslint-enable mozilla/balanced-listeners */
extensions.registerSchemaAPI("commands", null, (extension, context) => {
extensions.registerSchemaAPI("commands", (extension, context) => {
return {
commands: {
getAll() {