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

Unified Diff: chrome/common/pref_names.cc

Issue 3043023: Add remaining stuff for Mozc configuration DOMUI. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Fix for review comments (real for this time) 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index dd994acb746acf783a5d9bc102f7e20e3ff1948a..72bb0c59eb930657b452c90336c7c2d4ea672958 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -303,7 +303,7 @@ const wchar_t kLanguagePinyinLookupTablePageSize[] =
const wchar_t kLanguageMozcPreeditMethod[] =
L"settings.language.mozc_preedit_method";
const wchar_t kLanguageMozcSessionKeymap[] =
- L"settings.language.mozc_sessoin_keymap";
+ L"settings.language.mozc_session_keymap";
const wchar_t kLanguageMozcPunctuationMethod[] =
L"settings.language.mozc_punctuation_method";
const wchar_t kLanguageMozcSymbolMethod[] =
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698