Chromium Code Reviews| Index: chrome/common/extensions/api/webstorePrivate.json |
| diff --git a/chrome/common/extensions/api/webstorePrivate.json b/chrome/common/extensions/api/webstorePrivate.json |
| index a3839de9a67edcc342abdc14df5d2eace9092b48..94a069710457800616cec26865e3dfeaeae8a162 100644 |
| --- a/chrome/common/extensions/api/webstorePrivate.json |
| +++ b/chrome/common/extensions/api/webstorePrivate.json |
| @@ -208,7 +208,12 @@ |
| "description": "Sets a preference value with the store login.", |
| "parameters": [ |
| { "name": "login", "type": "string" }, |
| - { "name": "callback", "type": "function", "optional": "true" } |
| + { |
| + "name": "callback", |
| + "type": "function", |
| + "optional": "true", |
| + "parameters": [] |
| + } |
| ] |
| }, |
| { |