diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 17:41:35 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 17:41:35 +0000 |
commit | 56781d344808099f7501ace1e67fdbf7a051b590 (patch) | |
tree | 3066141543e33562d7087773a7b6cb13641386ca | |
parent | 60eea528ab1a4266dba4046604d78682ac929bb7 (diff) | |
download | chromium_src-56781d344808099f7501ace1e67fdbf7a051b590.zip chromium_src-56781d344808099f7501ace1e67fdbf7a051b590.tar.gz chromium_src-56781d344808099f7501ace1e67fdbf7a051b590.tar.bz2 |
Fix schema typo in extension_api.json.
TBR
Review URL: http://codereview.chromium.org/159515
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21857 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/common_resources.grd | 2 | ||||
-rwxr-xr-x | chrome/common/extensions/api/extension_api.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/common_resources.grd b/chrome/common/common_resources.grd index 5e90f50..5ea8f3c 100644 --- a/chrome/common/common_resources.grd +++ b/chrome/common/common_resources.grd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- This comment is only here because changes to resources are not picked up -without changes to the corresponding grd file. rw2 --> +without changes to the corresponding grd file. rw --> <grit latest_public_release="0" current_release="1"> <outputs> <output filename="grit/common_resources.h" type="rc_header"> diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json index a128c88..1561a41 100755 --- a/chrome/common/extensions/api/extension_api.json +++ b/chrome/common/extensions/api/extension_api.json @@ -542,7 +542,7 @@ name: "idOrIdList", choice : [ {type: "string"}, - {type: "array", item: {type: "string"}, minItems: 1} + {type: "array", items: {type: "string"}, minItems: 1} ] }, {type: "function", name: "callback"} |