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

Unified Diff: chrome/common/extensions/docs/experimental.devtools.audits.html

Issue 6948003: Add chrome-firephp sample extensions; add sample references to devtools pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments addressed Created 9 years, 7 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/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>

Powered by Google App Engine
This is Rietveld 408576698