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

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

Issue 17266002: Replace Chinese Input with migration code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 7 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 | chrome/browser/chromeos/input_method/input_method_manager_impl.cc » ('j') | 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 913844de6d48883e7b17a67e7c0bceb452e4ca61..3a7dd56af4ad49f9bc5e6810c48c6610fd74449e 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
@@ -64,6 +64,21 @@ struct WhitelistedComponentExtensionIME {
},
#else
{
+ // Open-sourced Pinyin Chinese Input Method.
+ "cpgalbafkoofkjmaeonnfijgpfennjjn",
+ "/usr/share/chromeos-assets/input_methods/pinyin",
+ },
+ {
+ // Open-sourced Zhuyin Chinese Input Method.
+ "ekbifjdfhkmdeeajnolmgdlmkllopefi",
+ "/usr/share/chromeos-assets/input_methods/zhuyin",
+ },
+ {
+ // Open-sourced Cangjie Chinese Input Method.
+ "aeebooiibjahgpgmhkeocbeekccfknbj",
+ "/usr/share/chromeos-assets/input_methods/cangjie",
+ },
+ {
// Open-sourced Mozc Japanese Input.
"bbaiamgfapehflhememkfglaehiobjnk",
"/usr/share/chromeos-assets/input_methods/nacl_mozc",
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698