Index: chrome/common/extensions/docs/template/api_template.html |
diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html |
index fa4951281438d01090d826df248b0d25bdbd5256..2ee2a2f246610b39489681d47e5f5d9a5a1f538b 100644 |
--- a/chrome/common/extensions/docs/template/api_template.html |
+++ b/chrome/common/extensions/docs/template/api_template.html |
@@ -525,6 +525,17 @@ |
</dl> |
</div> |
+ <!-- FILTERS --> |
+ <div jsdisplay="filters && filters.length > 0"> |
+ <h4>Filters</h4> |
+ <dl> |
+ <div jsselect="filters"> |
+ <div transclude="valueTemplate"> |
+ </div> |
+ </div> |
+ </dl> |
+ </div> |
+ |
<!-- LISTENER RETURN VALUE --> |
<h4 jsdisplay="returns">Listener returns</h4> |
<dl> |