Chromium Code Reviews| 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 d2a5af6d6a2ddfbc9bc529846ece0298739d91f7..f119823c9fcf3ba91e34583c4bb7f2f6cf6e65df 100644 |
| --- a/chrome/common/extensions/api/input_method_private.json |
| +++ b/chrome/common/extensions/api/input_method_private.json |
| @@ -24,7 +24,7 @@ |
| "description": "The input method config object.", |
| "properties": { |
| "isPhysicalKeyboardAutocorrectEnabled": {"type": "boolean"}, |
| - "isNewMDInputViewEnabled": {"type": "boolean"}, |
| + "isNewMDInputViewDisabled": {"type": "boolean"}, |
|
Shu Chen
2015/03/23 02:16:23
please don't change this.
FengYuan
2015/03/23 05:24:49
Done.
|
| "isVoiceInputEnabled": {"type": "boolean"} |
| } |
| } |