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

Unified Diff: chrome/common/extensions/api/cookies.json

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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/api/cookies.json
diff --git a/chrome/common/extensions/api/cookies.json b/chrome/common/extensions/api/cookies.json
index fc3e53feda4d0b5373b699a000cd6354f2f45c9a..e67e85b6c29c14957f143f892cc26f6acdc1c108 100644
--- a/chrome/common/extensions/api/cookies.json
+++ b/chrome/common/extensions/api/cookies.json
@@ -5,6 +5,7 @@
[
{
"namespace": "cookies",
+ "description": "The <code>chrome.cookies</code> module allows you to work with HTTP cookies.",
epeterson 2013/06/13 03:24:28 This isn't an official description, I just made it
not at google - send to devlin 2013/06/19 16:47:16 How about: Use the <code>chrome.cookies</code> API
epeterson 2013/06/20 23:07:40 Done.
"types": [
{
"id": "Cookie",

Powered by Google App Engine
This is Rietveld 408576698