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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_lifecycle.html

Issue 11035015: Merge 159156 - Extensions Docs Server: Fix headings with no IDs (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: 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/templates/articles/app_lifecycle.html
===================================================================
--- chrome/common/extensions/docs/templates/articles/app_lifecycle.html (revision 159603)
+++ chrome/common/extensions/docs/templates/articles/app_lifecycle.html (working copy)
@@ -49,7 +49,7 @@
for creating the windows for all other app pages.
</p>
-<h3>Create event page</h3>
+<h3 id="create_event_page">Create event page</h3>
<p>
To create the event page,
@@ -80,7 +80,7 @@
});
</pre>
-<h3>Create windows</h3>
+<h3 id="create_windows">Create windows</h3>
<p>
An event page may create one or more windows at its discretion.
@@ -127,7 +127,7 @@
});
</pre>
-<h3>Including Launch Data</h3>
+<h3 id="launch_data">Including Launch Data</h3>
<p>
Depending on how your app is launched,
@@ -159,7 +159,7 @@
before the event page is unloaded.
</p>
-<h3>Storing local settings</h3>
+<h3 id="local_settings">Storing local settings</h3>
<p>
<code>chrome.runtime.onInstalled()</code>
@@ -179,7 +179,7 @@
});
</pre>
-<h3>Preventing data loss</h3>
+<h3 id="preventing_loss">Preventing data loss</h3>
<p>
Users can uninstall your app at any time.
@@ -202,7 +202,7 @@
with Chrome sync.
</p>
-<h3>Clean-up before app closes</h3>
+<h3 id="clean-up">Clean-up before app closes</h3>
<p>
The app runtime sends the <code>onSuspend()</code>
@@ -227,4 +227,4 @@
});
</pre>
-<p class="backtotop"><a href="#top">Back to top</a></p>
+<p class="backtotop"><a href="#top">Back to top</a></p>

Powered by Google App Engine
This is Rietveld 408576698