Commit dde9dfde authored by shuchen@chromium.org's avatar shuchen@chromium.org

Removes the duplicated Japanese IME.

BUG=379432
TEST=None

Review URL: https://codereview.chromium.org/322493002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275785 0039d316-1c4b-4281-b951-d872f2087c98
parent 2d3961fa
......@@ -36,11 +36,6 @@ struct WhitelistedComponentExtensionIME {
extension_ime_util::kHangulExtensionId,
"/usr/share/chromeos-assets/input_methods/hangul",
},
{
// Official Google Japanese Input.
extension_ime_util::kMozcExtensionId,
"/usr/share/chromeos-assets/input_methods/nacl_mozc",
},
#if defined(OFFICIAL_BUILD)
{
// Official Google XKB Input.
......@@ -83,6 +78,11 @@ struct WhitelistedComponentExtensionIME {
extension_ime_util::kChineseCangjieExtensionId,
"/usr/share/chromeos-assets/input_methods/cangjie",
},
{
// Japanese Mozc Input.
extension_ime_util::kMozcExtensionId,
"/usr/share/chromeos-assets/input_methods/nacl_mozc",
},
#endif
{
// Braille hardware keyboard IME that works together with ChromeVox.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment