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

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

Issue 828063007: Uprev Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update extensions schema. Created 5 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
« no previous file with comments | « no previous file | chrome/test/data/chromeos/virtual_keyboard/layout_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"}
}
}
]
« no previous file with comments | « no previous file | chrome/test/data/chromeos/virtual_keyboard/layout_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698