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

Unified Diff: chrome/browser/dom_ui/core_options_handler.cc

Issue 3067006: Add Mozc (Japanese IME) configuration DOM UI skeleton. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Add options.html (comment only). Created 10 years, 5 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/dom_ui/core_options_handler.cc
diff --git a/chrome/browser/dom_ui/core_options_handler.cc b/chrome/browser/dom_ui/core_options_handler.cc
index 19cc0aedc52d8c4412e1fc65c85b8916637ae280..5025e6f3283d1f3cc202cca1108e1fd8c95f49eb 100644
--- a/chrome/browser/dom_ui/core_options_handler.cc
+++ b/chrome/browser/dom_ui/core_options_handler.cc
@@ -59,6 +59,9 @@ void CoreOptionsHandler::GetLocalizedValues(
localized_strings->SetString(L"languageHangulPage",
l10n_util::GetString(
IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_TITLE));
+ localized_strings->SetString(L"languageMozcPage",
+ l10n_util::GetString(
+ IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SETTINGS_TITLE));
localized_strings->SetString(L"languagePinyinPage",
l10n_util::GetString(
IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTINGS_TITLE));
« no previous file with comments | « chrome/browser/chromeos/dom_ui/language_mozc_options_handler.cc ('k') | chrome/browser/dom_ui/options_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698