OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Constants for the names of various preferences, for easier changing. | 5 // Constants for the names of various preferences, for easier changing. |
6 | 6 |
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ | 7 #ifndef CHROME_COMMON_PREF_NAMES_H_ |
8 #define CHROME_COMMON_PREF_NAMES_H_ | 8 #define CHROME_COMMON_PREF_NAMES_H_ |
9 | 9 |
10 #include "build/build_config.h" | 10 #include "build/build_config.h" |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 extern const wchar_t kLanguageHotkeyPreviousEngine[]; | 77 extern const wchar_t kLanguageHotkeyPreviousEngine[]; |
78 extern const wchar_t kLanguagePreloadEngines[]; | 78 extern const wchar_t kLanguagePreloadEngines[]; |
79 extern const wchar_t kLanguageChewingAutoShiftCur[]; | 79 extern const wchar_t kLanguageChewingAutoShiftCur[]; |
80 extern const wchar_t kLanguageChewingAddPhraseDirection[]; | 80 extern const wchar_t kLanguageChewingAddPhraseDirection[]; |
81 extern const wchar_t kLanguageChewingEasySymbolInput[]; | 81 extern const wchar_t kLanguageChewingEasySymbolInput[]; |
82 extern const wchar_t kLanguageChewingEscCleanAllBuf[]; | 82 extern const wchar_t kLanguageChewingEscCleanAllBuf[]; |
83 extern const wchar_t kLanguageChewingForceLowercaseEnglish[]; | 83 extern const wchar_t kLanguageChewingForceLowercaseEnglish[]; |
84 extern const wchar_t kLanguageChewingPlainZhuyin[]; | 84 extern const wchar_t kLanguageChewingPlainZhuyin[]; |
85 extern const wchar_t kLanguageChewingPhraseChoiceRearward[]; | 85 extern const wchar_t kLanguageChewingPhraseChoiceRearward[]; |
86 extern const wchar_t kLanguageChewingSpaceAsSelection[]; | 86 extern const wchar_t kLanguageChewingSpaceAsSelection[]; |
| 87 extern const wchar_t kLanguageChewingMaxChiSymbolLen[]; |
| 88 extern const wchar_t kLanguageChewingCandPerPage[]; |
87 extern const wchar_t kLanguageChewingKeyboardType[]; | 89 extern const wchar_t kLanguageChewingKeyboardType[]; |
88 extern const wchar_t kLanguageChewingSelKeys[]; | 90 extern const wchar_t kLanguageChewingSelKeys[]; |
89 extern const wchar_t kLanguageHangulKeyboard[]; | 91 extern const wchar_t kLanguageHangulKeyboard[]; |
90 extern const wchar_t kLanguagePinyinCorrectPinyin[]; | 92 extern const wchar_t kLanguagePinyinCorrectPinyin[]; |
91 extern const wchar_t kLanguagePinyinFuzzyPinyin[]; | 93 extern const wchar_t kLanguagePinyinFuzzyPinyin[]; |
92 extern const wchar_t kLanguagePinyinLookupTablePageSize[]; | 94 extern const wchar_t kLanguagePinyinLookupTablePageSize[]; |
93 extern const wchar_t kLanguagePinyinShiftSelectCandidate[]; | 95 extern const wchar_t kLanguagePinyinShiftSelectCandidate[]; |
94 extern const wchar_t kLanguagePinyinMinusEqualPage[]; | 96 extern const wchar_t kLanguagePinyinMinusEqualPage[]; |
95 extern const wchar_t kLanguagePinyinCommaPeriodPage[]; | 97 extern const wchar_t kLanguagePinyinCommaPeriodPage[]; |
96 extern const wchar_t kLanguagePinyinAutoCommit[]; | 98 extern const wchar_t kLanguagePinyinAutoCommit[]; |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 | 315 |
314 extern const wchar_t kCloudPrintServiceURL[]; | 316 extern const wchar_t kCloudPrintServiceURL[]; |
315 extern const wchar_t kCloudPrintProxyId[]; | 317 extern const wchar_t kCloudPrintProxyId[]; |
316 extern const wchar_t kCloudPrintAuthToken[]; | 318 extern const wchar_t kCloudPrintAuthToken[]; |
317 extern const wchar_t kCloudPrintXMPPAuthToken[]; | 319 extern const wchar_t kCloudPrintXMPPAuthToken[]; |
318 extern const wchar_t kCloudPrintEmail[]; | 320 extern const wchar_t kCloudPrintEmail[]; |
319 | 321 |
320 } // namespace prefs | 322 } // namespace prefs |
321 | 323 |
322 #endif // CHROME_COMMON_PREF_NAMES_H_ | 324 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |