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

Unified Diff: chrome/browser/chromeos/input_method/input_method_engine.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/input_method_engine.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_engine.cc b/chrome/browser/chromeos/input_method/input_method_engine.cc
index b9f58b5a0f5be8ee0038eb81ccfaf84ad3ed7e76..e095241d6c15a1a55e7887dadda28b51dc908e97 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine.cc
+++ b/chrome/browser/chromeos/input_method/input_method_engine.cc
@@ -106,7 +106,8 @@ void InputMethodEngine::Initialize(
std::string(), // TODO(uekawa): Set short name.
layouts,
languages,
- false, // is_login_keyboard
+ extension_ime_util::IsKeyboardLayoutExtension(
+ imm_id_), // is_login_keyboard
options_page,
input_view);

Powered by Google App Engine
This is Rietveld 408576698