Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc

Issue 322493002: Removes the duplicated Japanese IME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc
diff --git a/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc b/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc
index 4db6df67f2fb817afcb986d92bbc862d023d2122..f5faf4a07eff5567a9d78d52f105fc2551376dfa 100644
--- a/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc
+++ b/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc
@@ -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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698