Chromium Code Reviews| Index: chrome/common/extensions/api/test.json |
| diff --git a/chrome/common/extensions/api/test.json b/chrome/common/extensions/api/test.json |
| index 94742b580e909dc8ec3a4cd64c75e05127c36486..e130b237bdd759b46e8a827ff1422e811b306c99 100644 |
| --- a/chrome/common/extensions/api/test.json |
| +++ b/chrome/common/extensions/api/test.json |
| @@ -230,7 +230,9 @@ |
| "optional": true |
| }, |
| {"type": "array", "items": {"type": "any"}, "name": "args"}, |
| - {"type": "string", "name": "message", "optional": true} |
| + {"type": "any", "name": "message", "optional": true, |
|
not at google - send to devlin
2013/08/29 15:20:25
instead:
{"choices": [ {"type": "string"}, {"isIn
Jeffrey Yasskin
2013/08/29 21:46:43
More "isInstanceOf". Thanks!
I still had to speci
|
| + "description": |
| + "A string or RegExp that must match the exception's message"} |
|
not at google - send to devlin
2013/08/29 15:20:25
indentation here looks weird; it looks like we don
Jeffrey Yasskin
2013/08/29 21:46:43
'k. I've removed the description again now that th
|
| ] |
| }, |
| { |