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

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

Issue 10544070: Add decoration to the language button to indicate that a third party IME is in use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests Created 8 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
Index: chrome/browser/chromeos/input_method/input_method_whitelist.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_whitelist.cc b/chrome/browser/chromeos/input_method/input_method_whitelist.cc
index 9d4aa7af9a4cee8c9eabfe20d557334cb6138f42..07f82d32b4f2bcd13858870af9b804731d24f668 100644
--- a/chrome/browser/chromeos/input_method/input_method_whitelist.cc
+++ b/chrome/browser/chromeos/input_method/input_method_whitelist.cc
@@ -34,7 +34,8 @@ InputMethodDescriptors* InputMethodWhitelist::GetSupportedInputMethods() const {
kInputMethods[i].input_method_id,
"",
kInputMethods[i].xkb_layout_id,
- kInputMethods[i].language_code));
+ kInputMethods[i].language_code,
+ false));
}
return input_methods;
}

Powered by Google App Engine
This is Rietveld 408576698