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

Unified Diff: chrome/common/extensions/api/debugger.json

Issue 10803043: Refactor chrome.debugger api to use the JSON schema compiler. Also modified the (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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/debugger.json
diff --git a/chrome/common/extensions/api/debugger.json b/chrome/common/extensions/api/debugger.json
index c34e41cdb9c1d6d689d37a9dd6f42e3c5465e305..2e969d5d8b5b51a09f8f39608cf0fe055d9432ef 100644
--- a/chrome/common/extensions/api/debugger.json
+++ b/chrome/common/extensions/api/debugger.json
@@ -76,7 +76,7 @@
},
{
"type": "object",
- "name": "params",
+ "name": "commandParams",
"optional": true,
"additionalProperties": { "type": "any" },
"description": "JSON object with request parameters. This object must conform to the remote debugging params scheme for given method."

Powered by Google App Engine
This is Rietveld 408576698