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

Side by Side Diff: chrome/browser/sync/glue/synchronized_preferences.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 unified diff | Download patch
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 // Defines a list of the preferences that the 5 // Defines a list of the preferences that the
6 // PreferencesChangeProcessor should process changes for. 6 // PreferencesChangeProcessor should process changes for.
7 7
8 #ifndef CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_ 8 #ifndef CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_
9 #define CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_ 9 #define CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_
10 10
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 prefs::kDesktopNotificationAllowedOrigins, 99 prefs::kDesktopNotificationAllowedOrigins,
100 prefs::kDesktopNotificationDeniedOrigins, 100 prefs::kDesktopNotificationDeniedOrigins,
101 101
102 #if defined(OS_CHROMEOS) 102 #if defined(OS_CHROMEOS)
103 // IME prefs 103 // IME prefs
104 prefs::kLanguageUseGlobalEngine, 104 prefs::kLanguageUseGlobalEngine,
105 prefs::kLanguageHotkeyNextEngine, 105 prefs::kLanguageHotkeyNextEngine,
106 prefs::kLanguageHotkeyTrigger, 106 prefs::kLanguageHotkeyTrigger,
107 prefs::kLanguagePreloadEngines, 107 prefs::kLanguagePreloadEngines,
108 prefs::kLanguageHangulKeyboard, 108 prefs::kLanguageHangulKeyboard,
109 prefs::kLanguagePinyinCorrectPinyin,
110 prefs::kLanguagePinyinFuzzyPinyin,
111 prefs::kLanguagePinyinLookupTablePageSize,
112 prefs::kLanguagePinyinShiftSelectCandidate,
113 prefs::kLanguagePinyinMinusEqualPage,
114 prefs::kLanguagePinyinCommaPeriodPage,
115 prefs::kLanguagePinyinAutoCommit,
116 prefs::kLanguagePinyinDoublePinyin,
117 prefs::kLanguagePinyinDoublePinyinSchema,
118 prefs::kLanguagePinyinInitChinese,
119 prefs::kLanguagePinyinInitFull,
120 prefs::kLanguagePinyinInitFullPunct,
121 prefs::kLanguagePinyinInitSimplifiedChinese,
122 prefs::kLanguagePinyinTradCandidate,
109 #endif 123 #endif
110 }; 124 };
111 125
112 } // namespace browser_sync 126 } // namespace browser_sync
113 127
114 #endif // CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_ 128 #endif // CHROME_BROWSER_SYNC_GLUE_SYNCHRONIZED_PREFERENCES_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698