Index: chrome/common/extensions/api/tabs.json |
diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json |
index 018fe8d1bc00462081db7cc7fe284cf9ef4d25ea..138366d90193f3f1b0780b2842b041e7e1e585d3 100644 |
--- a/chrome/common/extensions/api/tabs.json |
+++ b/chrome/common/extensions/api/tabs.json |
@@ -464,7 +464,7 @@ |
"title": { |
"type": "string", |
"optional": true, |
- "description": "Match page titles against a pattern." |
+ "description": "Match page titles against a pattern. Note that this property is ignored if the extension's manifest doesn't include the <code>\"tabs\"</code> permission." |
Devlin
2016/01/08 19:38:08
nit: because of activeTab, this isn't 100% true.
lazyboy
2016/01/08 19:57:08
Done.
|
}, |
"url": { |
"choices": [ |
@@ -472,7 +472,7 @@ |
{"type": "array", "items": {"type": "string"}} |
], |
"optional": true, |
- "description": "Match tabs against one or more <a href='match_patterns'>URL patterns</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. Note that this property is ignored if the extension's manifest doesn't include the <code>\"tabs\"</code> permission." |
}, |
"windowId": { |
"type": "integer", |