Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5495)

Unified Diff: chrome/common/extensions/docs/template/api_template.html

Issue 10855015: Add documentation for filtered events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/events.html ('k') | chrome/renderer/resources/extensions/event.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/common/extensions/docs/static/events.html ('k') | chrome/renderer/resources/extensions/event.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698