Index: chrome/common/extensions/docs/cookies.html |
diff --git a/chrome/common/extensions/docs/cookies.html b/chrome/common/extensions/docs/cookies.html |
index e4cf3008a7516de08a180a16804897a1ba591463..704a336b76b7c50fe6be3a3ae7a146445259f397 100644 |
--- a/chrome/common/extensions/docs/cookies.html |
+++ b/chrome/common/extensions/docs/cookies.html |
@@ -222,6 +222,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.cookies</a> |
@@ -295,6 +302,18 @@ For example:</p> |
... |
}</pre> |
+<h2 id="examples"> Examples </h2> |
+ |
+<p> |
+You can find a simple example |
+of using the cookies API in the |
+<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/cookies/">examples/api/cookies</a> |
+directory. |
+For other examples |
+and for help in viewing the source code, |
+see <a href="samples.html">Samples</a>. |
+</p> |
+ |
<!-- END AUTHORED CONTENT --> |
</div> |