| Index: chrome/common/extensions/api/tabs.json
|
| diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json
|
| index 27a01f9b13b6ba403e0d4619c1c054b8511ab59a..6dedde9c27e4a04c9e046b93949fefcf07df3974 100644
|
| --- a/chrome/common/extensions/api/tabs.json
|
| +++ b/chrome/common/extensions/api/tabs.json
|
| @@ -374,9 +374,12 @@
|
| "description": "Match page titles against a pattern."
|
| },
|
| "url": {
|
| - "type": "string",
|
| + "choices": [
|
| + {"type": "string"},
|
| + {"type": "array", "items": {"type": "string"}}
|
| + ],
|
| "optional": true,
|
| - "description": "Match tabs against a <a href='match_patterns'>URL pattern</a>. Note that fragment identifiers are not matched."
|
| + "description": "Match tabs against one or more <a href='match_patterns'>URL patterns</a>. Note that fragment identifiers are not matched."
|
| },
|
| "windowId": {
|
| "type": "integer",
|
|
|