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

Unified Diff: chrome/common/extensions/docs/templates/intros/experimental_devtools_audits.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/intros/experimental_devtools_audits.html
===================================================================
--- chrome/common/extensions/docs/templates/intros/experimental_devtools_audits.html (revision 159603)
+++ chrome/common/extensions/docs/templates/intros/experimental_devtools_audits.html (working copy)
@@ -6,7 +6,7 @@
general introduction to using Developer Tools APIs</a>.
</p>
-<h2>Overview</h2>
+<h2 id="overview">Overview</h2>
<p>
Each audit category is represented by a line on <em>Select audits to run</em>
@@ -39,7 +39,7 @@
and <code>auditResults.createURL()</code> methods.
</p>
-<h2>Examples</h2>
+<h2 id="examples">Examples</h2>
<p>The following example adds a handler for onAuditStarted event that creates
two audit results and populates one of them with the additional details:
</p>
@@ -69,4 +69,4 @@
<p>
You can find more examples that use this API in
<a href="samples.html#devtools.audits">Samples</a>.
-</p>
+</p>

Powered by Google App Engine
This is Rietveld 408576698