Chromium Code Reviews| Index: chrome/common/extensions/api/input_ime.json |
| diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json |
| index ff830800e6b62bdba90744c59c98d7ca2c9a5291..23986a649c2a2abf525bb672701b7eb591be92cb 100644 |
| --- a/chrome/common/extensions/api/input_ime.json |
| +++ b/chrome/common/extensions/api/input_ime.json |
| @@ -102,7 +102,7 @@ |
| }, |
| "style": { |
| "description": "How to render this segment", |
|
Seigo Nonaka
2014/10/13 06:23:10
nit: I'm sorry this is not your fault but let's ch
Shu Chen
2014/10/13 06:28:11
Done.
|
| - "enum": ["underline", "doubleUnderline"], |
| + "enum": ["underline", "doubleUnderline", "noUnderline"], |
| "type": "string" |
| } |
| } |