| 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..134a3ed676e82dc344adb061cae02b9aec92338f 100644
|
| --- a/chrome/common/extensions/api/test.json
|
| +++ b/chrome/common/extensions/api/test.json
|
| @@ -230,7 +230,7 @@
|
| "optional": true
|
| },
|
| {"type": "array", "items": {"type": "any"}, "name": "args"},
|
| - {"type": "string", "name": "message", "optional": true}
|
| + {"choices": [ {"type": "string"}, {"type": "object", "isInstanceOf": "RegExp"} ], "name": "message", "optional": true}
|
| ]
|
| },
|
| {
|
|
|