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

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: Get rid of extra metrics 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 extern const char kAccessibilityStickyKeysEnabled[]; 208 extern const char kAccessibilityStickyKeysEnabled[];
209 extern const char kAccessibilitySpokenFeedbackEnabled[]; 209 extern const char kAccessibilitySpokenFeedbackEnabled[];
210 extern const char kAccessibilityHighContrastEnabled[]; 210 extern const char kAccessibilityHighContrastEnabled[];
211 extern const char kAccessibilityScreenMagnifierCenterFocus[]; 211 extern const char kAccessibilityScreenMagnifierCenterFocus[];
212 extern const char kAccessibilityScreenMagnifierEnabled[]; 212 extern const char kAccessibilityScreenMagnifierEnabled[];
213 extern const char kAccessibilityScreenMagnifierType[]; 213 extern const char kAccessibilityScreenMagnifierType[];
214 extern const char kAccessibilityScreenMagnifierScale[]; 214 extern const char kAccessibilityScreenMagnifierScale[];
215 extern const char kAccessibilityVirtualKeyboardEnabled[]; 215 extern const char kAccessibilityVirtualKeyboardEnabled[];
216 extern const char kAccessibilityAutoclickEnabled[]; 216 extern const char kAccessibilityAutoclickEnabled[];
217 extern const char kAccessibilityAutoclickDelayMs[]; 217 extern const char kAccessibilityAutoclickDelayMs[];
218 extern const char kAccessibilityCaretHighlightEnabled[];
219 extern const char kAccessibilityCursorHighlightEnabled[];
220 extern const char kAccessibilityFocusHighlightEnabled[];
221 extern const char kAccessibilitySelectToSpeakEnabled[];
222 extern const char kAccessibilitySwitchAccessEnabled[];
oshima 2016/03/11 02:20:55 does these pref key have to be in chrome/ ? pref
dmazzoni 2016/03/11 15:11:28 All of these have at least some of their implement
oshima 2016/03/14 23:19:52 Focus tracking seems to depend on content, not chr
218 extern const char kShouldAlwaysShowAccessibilityMenu[]; 223 extern const char kShouldAlwaysShowAccessibilityMenu[];
219 extern const char kLabsAdvancedFilesystemEnabled[]; 224 extern const char kLabsAdvancedFilesystemEnabled[];
220 extern const char kLabsMediaplayerEnabled[]; 225 extern const char kLabsMediaplayerEnabled[];
221 extern const char kEnableAutoScreenLock[]; 226 extern const char kEnableAutoScreenLock[];
222 extern const char kShow3gPromoNotification[]; 227 extern const char kShow3gPromoNotification[];
223 extern const char kDataSaverPromptsShown[]; 228 extern const char kDataSaverPromptsShown[];
224 extern const char kChromeOSReleaseNotesVersion[]; 229 extern const char kChromeOSReleaseNotesVersion[];
225 extern const char kUseSharedProxies[]; 230 extern const char kUseSharedProxies[];
226 extern const char kDisplayPowerState[]; 231 extern const char kDisplayPowerState[];
227 extern const char kDisplayProperties[]; 232 extern const char kDisplayProperties[];
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 #if defined(GOOGLE_CHROME_BUILD) 805 #if defined(GOOGLE_CHROME_BUILD)
801 extern const char kMediaRouterCloudServicesPrefSet[]; 806 extern const char kMediaRouterCloudServicesPrefSet[];
802 extern const char kMediaRouterEnableCloudServices[]; 807 extern const char kMediaRouterEnableCloudServices[];
803 #endif // defined(GOOGLE_CHROME_BUILD) 808 #endif // defined(GOOGLE_CHROME_BUILD)
804 extern const char kMediaRouterFirstRunFlowAcknowledged[]; 809 extern const char kMediaRouterFirstRunFlowAcknowledged[];
805 #endif 810 #endif
806 811
807 } // namespace prefs 812 } // namespace prefs
808 813
809 #endif // CHROME_COMMON_PREF_NAMES_H_ 814 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698