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

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

Issue 312023002: Sync starting language and input method preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 extern const char kDisableDriveOverCellular[]; 199 extern const char kDisableDriveOverCellular[];
200 extern const char kDisableDriveHostedFiles[]; 200 extern const char kDisableDriveHostedFiles[];
201 // TODO(yusukes): Change "kLanguageABC" to "kABC". The current form is too long 201 // TODO(yusukes): Change "kLanguageABC" to "kABC". The current form is too long
202 // to remember and confusing. The prefs are actually for input methods and i18n 202 // to remember and confusing. The prefs are actually for input methods and i18n
203 // keyboards, not UI languages. 203 // keyboards, not UI languages.
204 extern const char kLanguageCurrentInputMethod[]; 204 extern const char kLanguageCurrentInputMethod[];
205 extern const char kLanguagePreviousInputMethod[]; 205 extern const char kLanguagePreviousInputMethod[];
206 extern const char kLanguageHotkeyNextEngineInMenu[]; 206 extern const char kLanguageHotkeyNextEngineInMenu[];
207 extern const char kLanguageHotkeyPreviousEngine[]; 207 extern const char kLanguageHotkeyPreviousEngine[];
208 extern const char kLanguagePreferredLanguages[]; 208 extern const char kLanguagePreferredLanguages[];
209 extern const char kLanguagePreferredLanguagesLocal[];
209 extern const char kLanguagePreloadEngines[]; 210 extern const char kLanguagePreloadEngines[];
211 extern const char kLanguagePreloadEnginesLocal[];
210 extern const char kLanguageEnabledExtensionImes[]; 212 extern const char kLanguageEnabledExtensionImes[];
213 extern const char kLanguageEnabledExtensionImesLocal[];
211 extern const char kLanguageRemapCapsLockKeyTo[]; 214 extern const char kLanguageRemapCapsLockKeyTo[];
212 extern const char kLanguageRemapSearchKeyTo[]; 215 extern const char kLanguageRemapSearchKeyTo[];
213 extern const char kLanguageRemapControlKeyTo[]; 216 extern const char kLanguageRemapControlKeyTo[];
214 extern const char kLanguageRemapAltKeyTo[]; 217 extern const char kLanguageRemapAltKeyTo[];
215 extern const char kLanguageRemapDiamondKeyTo[]; 218 extern const char kLanguageRemapDiamondKeyTo[];
216 extern const char kLanguageSendFunctionKeys[]; 219 extern const char kLanguageSendFunctionKeys[];
217 extern const char kLanguageXkbAutoRepeatEnabled[]; 220 extern const char kLanguageXkbAutoRepeatEnabled[];
218 extern const char kLanguageXkbAutoRepeatDelay[]; 221 extern const char kLanguageXkbAutoRepeatDelay[];
219 extern const char kLanguageXkbAutoRepeatInterval[]; 222 extern const char kLanguageXkbAutoRepeatInterval[];
220 extern const char kLargeCursorEnabled[]; 223 extern const char kLargeCursorEnabled[];
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 881
879 #if defined(OS_ANDROID) 882 #if defined(OS_ANDROID)
880 extern const char kPartnerBookmarkMappings[]; 883 extern const char kPartnerBookmarkMappings[];
881 #endif 884 #endif
882 885
883 extern const char kQuickCheckEnabled[]; 886 extern const char kQuickCheckEnabled[];
884 887
885 } // namespace prefs 888 } // namespace prefs
886 889
887 #endif // CHROME_COMMON_PREF_NAMES_H_ 890 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698