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> |