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..374ac1d21df2f832c40b8d1b5c2e31f78e4480f6 100644 |
--- a/chrome/common/extensions/api/tabs.json |
+++ b/chrome/common/extensions/api/tabs.json |
@@ -374,7 +374,10 @@ |
"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." |
Yoyo Zhou
2014/09/18 20:53:37
Please update this.
robwu
2014/09/18 22:23:18
Done.
|
}, |