| Index: chrome/browser/chromeos/status/input_method_menu.cc
|
| diff --git a/chrome/browser/chromeos/status/input_method_menu.cc b/chrome/browser/chromeos/status/input_method_menu.cc
|
| index 7cd861dfcff10c8fc6974c918160e7ab647802e6..3d16f1a1e352e52a2bb9846c6ffd3db416e4728d 100644
|
| --- a/chrome/browser/chromeos/status/input_method_menu.cc
|
| +++ b/chrome/browser/chromeos/status/input_method_menu.cc
|
| @@ -98,6 +98,7 @@ const struct {
|
| { "ibus-zinnia-japanese", "\xe6\x89\x8b" }, // U+624B, "hand"
|
| // For simplified Chinese input methods
|
| { "pinyin", "\xe6\x8b\xbc" }, // U+62FC
|
| + { "pinyin-dv", "\xe6\x8b\xbc" },
|
| // For traditional Chinese input methods
|
| { "mozc-chewing", "\xe9\x85\xb7" }, // U+9177
|
| { "m17n:zh:cangjie", "\xe5\x80\x89" }, // U+5009
|
|
|