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.
index abf4073a90d5ccce0e9afbada25adce024320aad..94918849d3294f6b913fa12681170398dd0cb644 100644
--- a/chrome/common/extensions/api/privacy.json
+++ b/chrome/common/extensions/api/privacy.json
@@ -5,6 +5,7 @@
[
{
"namespace": "privacy",
+ "description": "Use the <code>chrome.privacy</code> module to control usage of the features in Chrome that can affect a user's privacy. This module relies on the <a href='types.html#ChromeSetting'>ChromeSetting prototype of the type API</a> for getting and setting Chrome's configuration.",
Issue 16876004: Updating JSON Schema Compiler to add description field to schemas.
(Closed)
Created 7 years, 6 months ago by epeterson
Modified 7 years, 6 months ago
Reviewers: cduvall, not at google - send to devlin, mkearney, evan.peterson.ep_gmail.com
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 46