| Index: chrome/common/extensions/docs/templates/intros/experimental_devtools_audits.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/templates/intros/experimental_devtools_audits.html (revision 159604)
|
| +++ 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>
|
|
|