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

Unified Diff: chrome/common/extensions/api/experimental_processes.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: Making Schema Descriptions Compulsory 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_processes.json
diff --git a/chrome/common/extensions/api/experimental_processes.json b/chrome/common/extensions/api/experimental_processes.json
index 5fdeebcdb307f494288c3813a0dc4135d7b91637..9bb76331763d4be0d2d55d6e5babb0f0e41dfa19 100644
--- a/chrome/common/extensions/api/experimental_processes.json
+++ b/chrome/common/extensions/api/experimental_processes.json
@@ -5,6 +5,7 @@
[
{
"namespace": "experimental.processes",
+ "description": "Use the <code>chrome.experimental.processes</code> API to interact with the browser's processes.",
"types": [
{
"id": "Process",
@@ -13,7 +14,7 @@
"properties": {
"id": {
"type": "integer",
- "description": "Unique ID of the process provided by the browser."
+ "description": "Unique ID of the process provided by the browser."
},
"osProcessId": {
"type": "integer",

Powered by Google App Engine
This is Rietveld 408576698