Chromium Code Reviews| Index: chrome/common/extensions/api/chromeosInfoPrivate.json |
| diff --git a/chrome/common/extensions/api/chromeosInfoPrivate.json b/chrome/common/extensions/api/chromeosInfoPrivate.json |
| index 3df1b5ac915469d526f1654e32bf3564b3b0d584..0779ef7255992ffcbd858743345845c7a7259c6a 100644 |
| --- a/chrome/common/extensions/api/chromeosInfoPrivate.json |
| +++ b/chrome/common/extensions/api/chromeosInfoPrivate.json |
| @@ -11,7 +11,8 @@ |
| { |
| "name": "propertyNames", |
| "type": "array", |
| - "item": {"type": "string", "description": "Chrome OS Property name"} |
| + "description": "Chrome OS Property names", |
| + "items": {"type": "string"} |
| }, |
| { |
| "name": "callback", |