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

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: 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
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
This is Rietveld 408576698