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 9eabd8c1cfd56a8fc24687bfa7658e55fc353fca..a456fa53d6e02a7be199b048faae802811afa3c6 100644
--- a/chrome/common/extensions/api/proxy.json
+++ b/chrome/common/extensions/api/proxy.json
@@ -5,6 +5,7 @@
[
{
"namespace": "proxy",
+ "description": "Use the <code>chrome.proxy</code> module to manage Chrome's proxy settings. This module relies on the <a href='types.html#ChromeSetting'>ChromeSetting prototype of the type API</a> for getting and setting the proxy 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