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."} |
} |
}, |