Index: chrome/common/extensions/api/tts.json |
diff --git a/chrome/common/extensions/api/tts.json b/chrome/common/extensions/api/tts.json |
index ae8771e713f4eb24baf9a864a563fdd8aaa61259..995968ca8e0a028b43737949ce8f9c524b54d774 100644 |
--- a/chrome/common/extensions/api/tts.json |
+++ b/chrome/common/extensions/api/tts.json |
@@ -62,6 +62,11 @@ |
"description": "This voice's gender.", |
"enum": ["male", "female"] |
}, |
+ "remote": { |
+ "type": "boolean", |
+ "optional": true, |
+ "description": "If true, the synthesis engine is a remote network resource. It may be higher latency and may incur bandwidth costs." |
+ }, |
"extensionId": { |
"type": "string", |
"optional": true, |