| Index: chrome/common/extensions/docs/server2/templates/intros/experimental_devtools_audits.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/templates/intros/experimental_devtools_audits.html (revision 150606)
|
| +++ chrome/common/extensions/docs/server2/templates/intros/experimental_devtools_audits.html (working copy)
|
| @@ -1,4 +1,3 @@
|
| -<!-- BEGIN AUTHORED CONTENT -->
|
| <p id="classSummary">
|
| Use the <code>chrome.experimental.devtools.audits</code> module to add new audit
|
| categories to Developer Tools' Audit panel.
|
| @@ -16,7 +15,7 @@
|
| <pre>
|
| var category = chrome.experimental.devtools.audits.addCategory("Readability", 2);
|
| </pre>
|
| -<img src="../images/devtools-audits-category.png"
|
| +<img src="{{static}}/images/devtools-audits-category.png"
|
| style="margin-left: 20px"
|
| width="489" height="342"
|
| alt="Extension audit category on the launch screen of Audits panel" />
|
| @@ -62,7 +61,7 @@
|
| </pre>
|
| <p>The audit result tree produced by the snippet above will look like this:
|
| </p>
|
| -<img src="../images/devtools-audits-results.png"
|
| +<img src="{{static}}/images/devtools-audits-results.png"
|
| style="margin-left: 20px"
|
| width="330" height="169"
|
| alt="Audit results example" />
|
| @@ -70,5 +69,4 @@
|
| <p>
|
| You can find more examples that use this API in
|
| <a href="samples.html#devtools.audits">Samples</a>.
|
| -</p>
|
| -<!-- END AUTHORED CONTENT -->
|
| +</p>
|
|
|