| Index: chrome/browser/resources/chromeos/input_method/pinyin_manifest.json
|
| diff --git a/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json b/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json
|
| index 0030aef012172819a5c25c85ed4e2ad70e491ff1..f6fc4c0f799bda8101a8e5a277a17ba38b64a818 100644
|
| --- a/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json
|
| +++ b/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json
|
| @@ -14,13 +14,18 @@
|
| "ime_path": "/usr/share/chromeos-assets/input_methods/pinyin",
|
| "input_components": [
|
| {
|
| - "name": "__MSG_inputmethod_pinyin__",
|
| - "type": "ime",
|
| - "id": "zh-t-i0-pinyin",
|
| - "indicator": "\u62FC",
|
| - "description": "Pinyin",
|
| - "language": ["zh-CN", "zh"],
|
| - "layouts": ["us"]
|
| + "name": "__MSG_inputmethod_pinyin__",
|
| + "type": "ime",
|
| + "id": "zh-t-i0-pinyin",
|
| + "indicator": "\u62fc",
|
| + "description": "Pinyin",
|
| + "language": [
|
| + "zh-CN",
|
| + "zh"
|
| + ],
|
| + "layouts": [
|
| + "us"
|
| + ]
|
| }
|
| ],
|
| "options_page": "option.html",
|
|
|