Index: chrome/common/extensions/api/input_method_private.json |
diff --git a/chrome/common/extensions/api/input_method_private.json b/chrome/common/extensions/api/input_method_private.json |
index e7e248bd059d9fa9cf9ce6fd2ff1663d03086fb1..f9fd3d4edb6b3299e60d743f3ffeb2c9994a849a 100644 |
--- a/chrome/common/extensions/api/input_method_private.json |
+++ b/chrome/common/extensions/api/input_method_private.json |
@@ -25,7 +25,8 @@ |
"description": "The input method config object.", |
"properties": { |
"isPhysicalKeyboardAutocorrectEnabled": {"type": "boolean"}, |
- "isNewQPInputViewEnabled": {"type": "boolean"} |
+ "isNewQPInputViewEnabled": {"type": "boolean"}, |
+ "isVoiceInputEnabled": {"type": "boolean"} |
} |
} |
] |