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

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

Issue 1785833002: Add 5 experimental accessibility features on Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change option_name to option-name Created 4 years, 9 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
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 extern const char kLanguageShouldMergeInputMethods[]; 198 extern const char kLanguageShouldMergeInputMethods[];
199 extern const char kLanguageRemapCapsLockKeyTo[]; 199 extern const char kLanguageRemapCapsLockKeyTo[];
200 extern const char kLanguageRemapSearchKeyTo[]; 200 extern const char kLanguageRemapSearchKeyTo[];
201 extern const char kLanguageRemapControlKeyTo[]; 201 extern const char kLanguageRemapControlKeyTo[];
202 extern const char kLanguageRemapAltKeyTo[]; 202 extern const char kLanguageRemapAltKeyTo[];
203 extern const char kLanguageRemapDiamondKeyTo[]; 203 extern const char kLanguageRemapDiamondKeyTo[];
204 extern const char kLanguageSendFunctionKeys[]; 204 extern const char kLanguageSendFunctionKeys[];
205 extern const char kLanguageXkbAutoRepeatEnabled[]; 205 extern const char kLanguageXkbAutoRepeatEnabled[];
206 extern const char kLanguageXkbAutoRepeatDelay[]; 206 extern const char kLanguageXkbAutoRepeatDelay[];
207 extern const char kLanguageXkbAutoRepeatInterval[]; 207 extern const char kLanguageXkbAutoRepeatInterval[];
208
209 // TODO(dmazzoni): move accessibility prefs out of chrome/.
210 // http://crbug.com/594887
208 extern const char kAccessibilityLargeCursorEnabled[]; 211 extern const char kAccessibilityLargeCursorEnabled[];
209 extern const char kAccessibilityStickyKeysEnabled[]; 212 extern const char kAccessibilityStickyKeysEnabled[];
210 extern const char kAccessibilitySpokenFeedbackEnabled[]; 213 extern const char kAccessibilitySpokenFeedbackEnabled[];
211 extern const char kAccessibilityHighContrastEnabled[]; 214 extern const char kAccessibilityHighContrastEnabled[];
212 extern const char kAccessibilityScreenMagnifierCenterFocus[]; 215 extern const char kAccessibilityScreenMagnifierCenterFocus[];
213 extern const char kAccessibilityScreenMagnifierEnabled[]; 216 extern const char kAccessibilityScreenMagnifierEnabled[];
214 extern const char kAccessibilityScreenMagnifierType[]; 217 extern const char kAccessibilityScreenMagnifierType[];
215 extern const char kAccessibilityScreenMagnifierScale[]; 218 extern const char kAccessibilityScreenMagnifierScale[];
216 extern const char kAccessibilityVirtualKeyboardEnabled[]; 219 extern const char kAccessibilityVirtualKeyboardEnabled[];
217 extern const char kAccessibilityAutoclickEnabled[]; 220 extern const char kAccessibilityAutoclickEnabled[];
218 extern const char kAccessibilityAutoclickDelayMs[]; 221 extern const char kAccessibilityAutoclickDelayMs[];
222 extern const char kAccessibilityCaretHighlightEnabled[];
223 extern const char kAccessibilityCursorHighlightEnabled[];
224 extern const char kAccessibilityFocusHighlightEnabled[];
225 extern const char kAccessibilitySelectToSpeakEnabled[];
226 extern const char kAccessibilitySwitchAccessEnabled[];
219 extern const char kShouldAlwaysShowAccessibilityMenu[]; 227 extern const char kShouldAlwaysShowAccessibilityMenu[];
228
220 extern const char kLabsAdvancedFilesystemEnabled[]; 229 extern const char kLabsAdvancedFilesystemEnabled[];
221 extern const char kLabsMediaplayerEnabled[]; 230 extern const char kLabsMediaplayerEnabled[];
222 extern const char kEnableAutoScreenLock[]; 231 extern const char kEnableAutoScreenLock[];
223 extern const char kShow3gPromoNotification[]; 232 extern const char kShow3gPromoNotification[];
224 extern const char kDataSaverPromptsShown[]; 233 extern const char kDataSaverPromptsShown[];
225 extern const char kChromeOSReleaseNotesVersion[]; 234 extern const char kChromeOSReleaseNotesVersion[];
226 extern const char kUseSharedProxies[]; 235 extern const char kUseSharedProxies[];
227 extern const char kDisplayPowerState[]; 236 extern const char kDisplayPowerState[];
228 extern const char kDisplayProperties[]; 237 extern const char kDisplayProperties[];
229 extern const char kSecondaryDisplays[]; 238 extern const char kSecondaryDisplays[];
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 #if defined(GOOGLE_CHROME_BUILD) 807 #if defined(GOOGLE_CHROME_BUILD)
799 extern const char kMediaRouterCloudServicesPrefSet[]; 808 extern const char kMediaRouterCloudServicesPrefSet[];
800 extern const char kMediaRouterEnableCloudServices[]; 809 extern const char kMediaRouterEnableCloudServices[];
801 #endif // defined(GOOGLE_CHROME_BUILD) 810 #endif // defined(GOOGLE_CHROME_BUILD)
802 extern const char kMediaRouterFirstRunFlowAcknowledged[]; 811 extern const char kMediaRouterFirstRunFlowAcknowledged[];
803 #endif 812 #endif
804 813
805 } // namespace prefs 814 } // namespace prefs
806 815
807 #endif // CHROME_COMMON_PREF_NAMES_H_ 816 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/accessibilityFeatures.html ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698