Chromium Code Reviews

Unified Diff: chrome/common/extensions/api/app.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: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/extensions/api/app.json
diff --git a/chrome/common/extensions/api/app.json b/chrome/common/extensions/api/app.json
index 52e93271e74176490638058ceec5817d3d582fb7..0d7027775378714ba0e451a8e7e31a9ef8717668 100644
--- a/chrome/common/extensions/api/app.json
+++ b/chrome/common/extensions/api/app.json
@@ -46,6 +46,7 @@
"parameters": [
{
"type": "string",
+ "name": "state",
"enum": [ "not_installed", "installed", "disabled" ]
}
]

Powered by Google App Engine