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

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

Issue 9309044: Supporting more APIs with json_schema_compiler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: support for choices Created 8 years, 10 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/systemPrivate.json
diff --git a/chrome/common/extensions/api/systemPrivate.json b/chrome/common/extensions/api/systemPrivate.json
index 3c507f15965863d8987bd184e9276c5bc69cd5ca..72144190d981a92bf2cb5264da41ceab2ad209fe 100644
--- a/chrome/common/extensions/api/systemPrivate.json
+++ b/chrome/common/extensions/api/systemPrivate.json
@@ -24,7 +24,7 @@
"type": "object",
"description": "Information about the volume.",
"properties": {
- "volume": {"type": "double", "description": "The value of the volume percent. This must be between 0.0 and 100.0."},
+ "volume": {"type": "number", "description": "The value of the volume percent. This must be between 0.0 and 100.0."},
"isVolumeMuted": {"type": "boolean", "description": "True if the volume is muted."}
}
},

Powered by Google App Engine
This is Rietveld 408576698