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

Unified Diff: chrome/common/extensions/api/experimental_record.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/experimental_record.json
diff --git a/chrome/common/extensions/api/experimental_record.json b/chrome/common/extensions/api/experimental_record.json
index ce55501ef020034ff2929fe96d75422452166960..cf95448eb0039d6b9d50c29a2d1263c5e05c794a 100644
--- a/chrome/common/extensions/api/experimental_record.json
+++ b/chrome/common/extensions/api/experimental_record.json
@@ -1,6 +1,7 @@
[
{
"namespace": "experimental.record",
+ "description": "The <code>chrome.experimental.record</code> API.",
"types": [
{
"id": "SessionDetails",
@@ -10,7 +11,7 @@
"extensionPath": {
"type": "string",
"optional": true,
- "description":
+ "description":
"Absolute path to an unpacked extension to run in the subbrowser session."
}
}
@@ -80,7 +81,7 @@
"description": "Unique name of capture. Use to determine cache."
},
{
- "type": "integer",
+ "type": "integer",
"name": "repeatCount",
"minimum": 0,
"maximum": 100
« no previous file with comments | « chrome/common/extensions/api/experimental_processes.json ('k') | chrome/common/extensions/api/experimental_rlz.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698