| Index: chrome/common/extensions/docs/experimental.devtools.audits.html
|
| diff --git a/chrome/common/extensions/docs/experimental.devtools.audits.html b/chrome/common/extensions/docs/experimental.devtools.audits.html
|
| index d1d03175348da95289d8eeb3f0bc2014ec5ce732..cec4a73e9119af6549801fb4b5c374e16cf5944f 100644
|
| --- a/chrome/common/extensions/docs/experimental.devtools.audits.html
|
| +++ b/chrome/common/extensions/docs/experimental.devtools.audits.html
|
| @@ -264,6 +264,13 @@
|
| <a>h3Name</a>
|
| </li>
|
| </ol>
|
| + </li><li>
|
| + <a href="#examples">Examples</a>
|
| + <ol>
|
| + <li style="display: none; ">
|
| + <a>h3Name</a>
|
| + </li>
|
| + </ol>
|
| </li>
|
| <li>
|
| <a href="#apiReference">API reference: chrome.experimental.devtools.audits</a>
|
| @@ -376,6 +383,13 @@ audit results and populates one of them with the additional details:
|
| <p>The audit result tree produced by the snippet above will look like this:
|
| </p>
|
| <img src="images/devtools-audits-results.png" style="margin-left: 20px" width="330" height="169" alt="Audit results example">
|
| +
|
| +<h2 id="examples">Examples</h2>
|
| +
|
| +<p>
|
| +You can find examples that use this API in
|
| +<a href="samples.html#devtools.audits">Samples</a>.
|
| +</p>
|
| <!-- END AUTHORED CONTENT -->
|
| </div>
|
|
|
|
|