| 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..5d9b2128d9c103fdf3cb09881552c07a425d239d 100644
|
| --- a/chrome/common/extensions/api/input_ime.json
|
| +++ b/chrome/common/extensions/api/input_ime.json
|
| @@ -101,8 +101,8 @@
|
| "type": "integer"
|
| },
|
| "style": {
|
| - "description": "How to render this segment",
|
| - "enum": ["underline", "doubleUnderline"],
|
| + "description": "The type of the underline to modify this segment.",
|
| + "enum": ["underline", "doubleUnderline", "noUnderline"],
|
| "type": "string"
|
| }
|
| }
|
|
|