Index: chrome/common/extensions/docs/apps/runtime.html |
=================================================================== |
--- chrome/common/extensions/docs/apps/runtime.html (revision 152126) |
+++ chrome/common/extensions/docs/apps/runtime.html (working copy) |
@@ -194,8 +194,6 @@ |
<li> |
<a href="#event-onInstalled">onInstalled</a> |
</li><li> |
- <a href="#event-onStartup">onStartup</a> |
- </li><li> |
<a href="#event-onSuspend">onSuspend</a> |
</li><li> |
<a href="#event-onSuspendCanceled">onSuspendCanceled</a> |
@@ -500,22 +498,6 @@ |
</div> <!-- /description --> |
<!-- /description --> |
</div><div class="apiItem"> |
- <a name="event-onStartup"></a> |
- <h4>onStartup</h4> |
- <div class="summary"> |
- <!-- Note: intentionally longer 80 columns --> |
- <span class="subdued">chrome.runtime.</span><span>onStartup</span><span class="subdued">.addListener</span>(function(<span></span>) <span class="subdued">{...}</span><span></span>); |
- </div> |
- <div class="description"> |
- <p>Fired when the browser first starts up.</p> |
- <!-- LISTENER PARAMETERS --> |
- <!-- EXTRA PARAMETERS --> |
- <!-- LISTENER RETURN VALUE --> |
- <dl> |
- </dl> |
- </div> <!-- /description --> |
- <!-- /description --> |
- </div><div class="apiItem"> |
<a name="event-onSuspend"></a> |
<h4>onSuspend</h4> |
<div class="summary"> |