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

Side by Side Diff: chrome/common/extensions/docs/templates/intros/app_runtime.html

Issue 11412117: Add intro to any Chrome app API that has nothing in place already. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <p id="classSummary">
2 Use the <code>chrome.app.runtime</code> module
3 to manage the app lifecycle.
4 The app runtime manages app installation,
5 controls the event page, and
6 can shut down the app at anytime.
7 </p>
8
9 <h4>Related Documentation</h4>
10 <ul>
11 <li><a href="app_lifecycle.html">Manage App Lifecycle</a></li>
12 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698