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

Unified Diff: chrome/common/extensions/docs/apps/app.runtime.html

Issue 10875027: Restart running apps when chrome restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments, rebase Created 8 years, 3 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/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 -->

Powered by Google App Engine
This is Rietveld 408576698