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

Unified Diff: chrome/common/extensions/api/devtools/experimental_audits.json

Issue 11827026: Overhaul JSON Schema Compiler to support a number of features required to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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
« no previous file with comments | « chrome/common/extensions/api/app.json ('k') | chrome/common/extensions/api/runtime.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/devtools/experimental_audits.json
diff --git a/chrome/common/extensions/api/devtools/experimental_audits.json b/chrome/common/extensions/api/devtools/experimental_audits.json
index 31cdc8278bc02bcb093cf4bddc5d58127b3d821b..b9107bc15e96e58c081ada41d83892c24dd01bdb 100644
--- a/chrome/common/extensions/api/devtools/experimental_audits.json
+++ b/chrome/common/extensions/api/devtools/experimental_audits.json
@@ -80,7 +80,7 @@
"description": "Creates a result node that may be used as the <code>details</code> parameters to the <code>addResult()</code> method.",
"parameters": [
{
- "name": "content ...",
+ "name": "content",
"choices": [
{ "type": "string" },
{ "$ref": "FormattedValue" }
@@ -149,7 +149,7 @@
"description": "Adds a child node to this node.",
"parameters": [
{
- "name": "content ...",
+ "name": "content",
"choices": [
{ "type": "string" },
{ "$ref": "FormattedValue" }
« no previous file with comments | « chrome/common/extensions/api/app.json ('k') | chrome/common/extensions/api/runtime.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698