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

Unified Diff: chrome/browser/chromeos/options/language_config_view.cc

Issue 2729008: Revert the change to language_config_view.cc (Closed) Base URL: git://codf21.jail.google.com/chromium.git
Patch Set: Created 10 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/options/language_config_view.cc
diff --git a/chrome/browser/chromeos/options/language_config_view.cc b/chrome/browser/chromeos/options/language_config_view.cc
index c6a22a94688db8e4482d2cde57a603551427537a..271792b3d11ced180175593df16931643c68ed8c 100644
--- a/chrome/browser/chromeos/options/language_config_view.cc
+++ b/chrome/browser/chromeos/options/language_config_view.cc
@@ -384,7 +384,7 @@ void LanguageConfigView::AddInputMethodSection(
input_method_id);
layout->StartRow(0, kPerLanguageDoubleColumnSetId);
InputMethodCheckbox* checkbox
- = new InputMethodCheckbox(UTF8ToWide(display_name).substr(0, 4),
+ = new InputMethodCheckbox(UTF8ToWide(display_name),
input_method_id);
checkbox->set_listener(this);
checkbox->set_tag(kSelectInputMethodButton);
@@ -545,8 +545,8 @@ void LanguageConfigView::InitInputMethodConfigViewMap() {
// TODO(yusukes): Enable the following two mappings when ibus-mozc starts
// supporting IBus style configs.
- input_method_config_view_map_["mozc"] = CreateLanguageMozcConfigView;
- input_method_config_view_map_["mozc-jp"] = CreateLanguageMozcConfigView;
+ // input_method_config_view_map_["mozc"] = CreateLanguageMozcConfigView;
+ // input_method_config_view_map_["mozc-jp"] = CreateLanguageMozcConfigView;
}
void LanguageConfigView::InitInputMethodIdMapsAndVectors() {
« 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