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

Unified Diff: chrome/common/pref_names.h

Issue 1631030: Adding Chrome preferences for ibus-pinyin. (Closed)
Patch Set: sync prefs Created 10 years, 8 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/browser/sync/glue/synchronized_preferences.h ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 3ab864eed6131f9a8cd18f86368807374896a898..f75866d32192e0b6b11defcaa680306ceb89d0e9 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -78,6 +78,20 @@ extern const wchar_t kLanguageHotkeyNextEngine[];
extern const wchar_t kLanguageHotkeyTrigger[];
extern const wchar_t kLanguagePreloadEngines[];
extern const wchar_t kLanguageHangulKeyboard[];
+extern const wchar_t kLanguagePinyinCorrectPinyin[];
+extern const wchar_t kLanguagePinyinFuzzyPinyin[];
+extern const wchar_t kLanguagePinyinLookupTablePageSize[];
+extern const wchar_t kLanguagePinyinShiftSelectCandidate[];
+extern const wchar_t kLanguagePinyinMinusEqualPage[];
+extern const wchar_t kLanguagePinyinCommaPeriodPage[];
+extern const wchar_t kLanguagePinyinAutoCommit[];
+extern const wchar_t kLanguagePinyinDoublePinyin[];
+extern const wchar_t kLanguagePinyinDoublePinyinSchema[];
+extern const wchar_t kLanguagePinyinInitChinese[];
+extern const wchar_t kLanguagePinyinInitFull[];
+extern const wchar_t kLanguagePinyinInitFullPunct[];
+extern const wchar_t kLanguagePinyinInitSimplifiedChinese[];
+extern const wchar_t kLanguagePinyinTradCandidate[];
#endif
extern const wchar_t kIpcDisabledMessages[];
extern const wchar_t kShowHomeButton[];
« no previous file with comments | « chrome/browser/sync/glue/synchronized_preferences.h ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698