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

Unified Diff: chrome/common/extensions/api/file_browser_private.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: (kalman) rebase 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/file_browser_private.json
diff --git a/chrome/common/extensions/api/file_browser_private.json b/chrome/common/extensions/api/file_browser_private.json
index 8e44a6a46827cd8778350d622d9b977ee75ab76d..132a56a53b34d241d8555dcef49eda6f72bf4d3f 100644
--- a/chrome/common/extensions/api/file_browser_private.json
+++ b/chrome/common/extensions/api/file_browser_private.json
@@ -5,7 +5,7 @@
[
{
"namespace":"fileBrowserPrivate",
- "nodoc": "true",
+ "description": "none",
"types": [
{
"id": "FileBrowserTask",
@@ -450,7 +450,7 @@
"optional": true,
"parameters": []
}
- ]
+ ]
},
{
"name": "getFileTasks",
@@ -1136,7 +1136,7 @@
{
"name": "callback",
"type": "function",
- "description": "Called back when the check is finished.",
+ "description": "Called back when the check is finished.",
"parameters": [
{
"name": "result",
« no previous file with comments | « chrome/common/extensions/api/file_browser_handler_internal.json ('k') | chrome/common/extensions/api/file_system.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698