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

Unified Diff: chrome/common/extensions/docs/extensions/runtime.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
Index: chrome/common/extensions/docs/extensions/runtime.html
diff --git a/chrome/common/extensions/docs/extensions/runtime.html b/chrome/common/extensions/docs/extensions/runtime.html
index 1990cea3d2cfca15df4129336f668f492a164920..aebf457fbf7730578826c9f81e78a1f1cd2d562c 100644
--- a/chrome/common/extensions/docs/extensions/runtime.html
+++ b/chrome/common/extensions/docs/extensions/runtime.html
@@ -561,6 +561,7 @@
<p>Fired when the extension is first installed, and on each update to a new version.</p>
<!-- LISTENER PARAMETERS -->
<!-- EXTRA PARAMETERS -->
+ <!-- FILTERS -->
<!-- LISTENER RETURN VALUE -->
<dl>
</dl>
@@ -577,6 +578,7 @@
<p>Sent to the event page just before it is unloaded. This gives the extension opportunity to do some clean up. Note that since the page is unloading, any asynchronous operations started while handling this event are not guaranteed to complete. If more activity for the event page occurs before it gets unloaded the onSuspendCanceled event will be sent and the page won't be unloaded. </p>
<!-- LISTENER PARAMETERS -->
<!-- EXTRA PARAMETERS -->
+ <!-- FILTERS -->
<!-- LISTENER RETURN VALUE -->
<dl>
</dl>
@@ -593,6 +595,7 @@
<p>Sent after onSuspend() to indicate that the app won't be unloaded after all.</p>
<!-- LISTENER PARAMETERS -->
<!-- EXTRA PARAMETERS -->
+ <!-- FILTERS -->
<!-- LISTENER RETURN VALUE -->
<dl>
</dl>
« no previous file with comments | « chrome/common/extensions/docs/extensions/proxy.html ('k') | chrome/common/extensions/docs/extensions/scriptBadge.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698