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

Unified Diff: chrome/common/extensions/docs/static/cookies.html

Issue 2824058: Add a simple cookies sample. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: remove console.log statements Created 10 years, 5 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
« no previous file with comments | « chrome/common/extensions/docs/examples/api/cookies/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/cookies.html
diff --git a/chrome/common/extensions/docs/static/cookies.html b/chrome/common/extensions/docs/static/cookies.html
index b74bdfe85e8cbd670db8ab1a179fe49034f837ad..a24196ddf766b6991dfed69d3dc2ad7c52222f4c 100644
--- a/chrome/common/extensions/docs/static/cookies.html
+++ b/chrome/common/extensions/docs/static/cookies.html
@@ -18,4 +18,16 @@ 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 -->
« no previous file with comments | « chrome/common/extensions/docs/examples/api/cookies/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698