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

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

Issue 177093002: [IME] Loads chromeos-xkb extension and add the extension based xkb keyboards in the chrome://settin… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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
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 1db74fc2fe70925ff737cbbac779cbd45a544110..9b74742bddbef9c000c27a0e4a4b9d09bdeccc23 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
@@ -27,6 +27,11 @@ struct WhitelistedComponentExtensionIME {
const char* path;
} whitelisted_component_extension[] = {
{
+ // ChromeOS xkb extension.
+ "fgoepimhcoialccpbmpnnblemnepkkao",
+ "/usr/share/chromeos-assets/input_methods/xkb",
+ },
+ {
// ChromeOS Keyboards extension.
"jhffeifommiaekmbkkjlpmilogcfdohp",
"/usr/share/chromeos-assets/input_methods/keyboard_layouts",

Powered by Google App Engine
This is Rietveld 408576698