Index: chrome/common/extensions/docs/apps/app.runtime.html |
diff --git a/chrome/common/extensions/docs/apps/app.runtime.html b/chrome/common/extensions/docs/apps/app.runtime.html |
index c3efe8d857285e65ae328e22520296014c6a1dfd..32dfa5f414012d9a1d16b51f47189a78d8faf094 100644 |
--- a/chrome/common/extensions/docs/apps/app.runtime.html |
+++ b/chrome/common/extensions/docs/apps/app.runtime.html |
@@ -171,6 +171,8 @@ |
<ol> |
<li> |
<a href="#event-onLaunched">onLaunched</a> |
+ </li><li> |
+ <a href="#event-onRestarted">onRestarted</a> |
</li> |
</ol> |
</li> |
@@ -396,6 +398,21 @@ |
</dl> |
</div> <!-- /description --> |
<!-- /description --> |
+ </div><div class="apiItem"> |
+ <a name="event-onRestarted"></a> |
+ <h4>onRestarted</h4> |
+ <div class="summary"> |
+ <!-- Note: intentionally longer 80 columns --> |
+ <span class="subdued">chrome.app.runtime.</span><span>onRestarted</span><span class="subdued">.addListener</span>(function(<span></span>) <span class="subdued">{...}</span><span></span>); |
+ </div> |
+ <div class="description"> |
+ <!-- LISTENER PARAMETERS --> |
+ <!-- EXTRA PARAMETERS --> |
+ <!-- LISTENER RETURN VALUE --> |
+ <dl> |
+ </dl> |
+ </div> <!-- /description --> |
+ <!-- /description --> |
</div> <!-- /apiItem --> |
</div> <!-- /apiGroup --> |
<!-- TYPES --> |