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

Side by Side Diff: chrome/common/pref_names.h

Issue 10907196: Add the ability to filter out extension IMEs from the language settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mock input manager Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 <stddef.h> 10 #include <stddef.h>
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 extern const char kDisableGDataHostedFiles[]; 197 extern const char kDisableGDataHostedFiles[];
198 // TODO(yusukes): Change "kLanguageABC" to "kABC". The current form is too long 198 // TODO(yusukes): Change "kLanguageABC" to "kABC". The current form is too long
199 // to remember and confusing. The prefs are actually for input methods and i18n 199 // to remember and confusing. The prefs are actually for input methods and i18n
200 // keyboards, not UI languages. 200 // keyboards, not UI languages.
201 extern const char kLanguageCurrentInputMethod[]; 201 extern const char kLanguageCurrentInputMethod[];
202 extern const char kLanguagePreviousInputMethod[]; 202 extern const char kLanguagePreviousInputMethod[];
203 extern const char kLanguageHotkeyNextEngineInMenu[]; 203 extern const char kLanguageHotkeyNextEngineInMenu[];
204 extern const char kLanguageHotkeyPreviousEngine[]; 204 extern const char kLanguageHotkeyPreviousEngine[];
205 extern const char kLanguagePreferredLanguages[]; 205 extern const char kLanguagePreferredLanguages[];
206 extern const char kLanguagePreloadEngines[]; 206 extern const char kLanguagePreloadEngines[];
207 extern const char kLanguageFilteredExtensionImes[];
207 extern const char kLanguageChewingAutoShiftCur[]; 208 extern const char kLanguageChewingAutoShiftCur[];
208 extern const char kLanguageChewingAddPhraseDirection[]; 209 extern const char kLanguageChewingAddPhraseDirection[];
209 extern const char kLanguageChewingEasySymbolInput[]; 210 extern const char kLanguageChewingEasySymbolInput[];
210 extern const char kLanguageChewingEscCleanAllBuf[]; 211 extern const char kLanguageChewingEscCleanAllBuf[];
211 extern const char kLanguageChewingForceLowercaseEnglish[]; 212 extern const char kLanguageChewingForceLowercaseEnglish[];
212 extern const char kLanguageChewingPlainZhuyin[]; 213 extern const char kLanguageChewingPlainZhuyin[];
213 extern const char kLanguageChewingPhraseChoiceRearward[]; 214 extern const char kLanguageChewingPhraseChoiceRearward[];
214 extern const char kLanguageChewingSpaceAsSelection[]; 215 extern const char kLanguageChewingSpaceAsSelection[];
215 extern const char kLanguageChewingMaxChiSymbolLen[]; 216 extern const char kLanguageChewingMaxChiSymbolLen[];
216 extern const char kLanguageChewingCandPerPage[]; 217 extern const char kLanguageChewingCandPerPage[];
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 #endif 743 #endif
743 744
744 extern const char kInManagedMode[]; 745 extern const char kInManagedMode[];
745 746
746 extern const char kNetworkProfileWarningsLeft[]; 747 extern const char kNetworkProfileWarningsLeft[];
747 extern const char kNetworkProfileLastWarningTime[]; 748 extern const char kNetworkProfileLastWarningTime[];
748 749
749 } // namespace prefs 750 } // namespace prefs
750 751
751 #endif // CHROME_COMMON_PREF_NAMES_H_ 752 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698