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

Unified Diff: chrome/common/extensions/docs/templates/intros/events.html

Issue 135083002: Clarify chrome.events as a namespace of common types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/api/events.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/intros/events.html
diff --git a/chrome/common/extensions/docs/templates/intros/events.html b/chrome/common/extensions/docs/templates/intros/events.html
index 2451f621dbd5c2197ac6b0802037a6e437bfdd6c..3cb44b8126fa6f715ac7d992e29e12a1d28012fd 100644
--- a/chrome/common/extensions/docs/templates/intros/events.html
+++ b/chrome/common/extensions/docs/templates/intros/events.html
@@ -29,6 +29,16 @@ an $ref:alarms.Alarm object
that has details about the elapsed alarm.
</p>
+Example APIs using Events:
+$ref:alarms,
+{{?is_apps}}
+$ref:app.runtime,
+$ref:app.window,
+{{/is_apps}}
+$ref:i18n,
+$ref:identity,
+$ref:runtime.
+Most <a href="api_index.html">chrome APIs</a> do.
{{^is_apps}}
<div class="doc-family extensions">
« no previous file with comments | « chrome/common/extensions/api/events.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698