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

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

Issue 1840913002: A11y setting: mono audio UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete tray a11y hand icon view Created 4 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/common/pref_names.h ('k') | chromeos/audio/audio_a11y_controller.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) 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 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/pref_font_webkit_names.h" 9 #include "chrome/common/pref_font_webkit_names.h"
10 10
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 const char kAccessibilityScreenMagnifierType[] = 585 const char kAccessibilityScreenMagnifierType[] =
586 "settings.a11y.screen_magnifier_type2"; 586 "settings.a11y.screen_magnifier_type2";
587 // A double pref which determines a zooming scale of the screen magnifier. 587 // A double pref which determines a zooming scale of the screen magnifier.
588 const char kAccessibilityScreenMagnifierScale[] = 588 const char kAccessibilityScreenMagnifierScale[] =
589 "settings.a11y.screen_magnifier_scale"; 589 "settings.a11y.screen_magnifier_scale";
590 // A boolean pref which determines whether the virtual keyboard is enabled for 590 // A boolean pref which determines whether the virtual keyboard is enabled for
591 // accessibility. This feature is separate from displaying an onscreen keyboard 591 // accessibility. This feature is separate from displaying an onscreen keyboard
592 // due to lack of a physical keyboard. 592 // due to lack of a physical keyboard.
593 const char kAccessibilityVirtualKeyboardEnabled[] = 593 const char kAccessibilityVirtualKeyboardEnabled[] =
594 "settings.a11y.virtual_keyboard"; 594 "settings.a11y.virtual_keyboard";
595 // A boolean pref which determines whether the mono audio output is enabled for
596 // accessibility.
597 const char kAccessibilityMonoAudioEnabled[] =
598 "settings.a11y.mono_audio";
595 // A boolean pref which determines whether autoclick is enabled. 599 // A boolean pref which determines whether autoclick is enabled.
596 const char kAccessibilityAutoclickEnabled[] = "settings.a11y.autoclick"; 600 const char kAccessibilityAutoclickEnabled[] = "settings.a11y.autoclick";
597 // An integer pref which determines time in ms between when the mouse cursor 601 // An integer pref which determines time in ms between when the mouse cursor
598 // stops and when an autoclick is triggered. 602 // stops and when an autoclick is triggered.
599 const char kAccessibilityAutoclickDelayMs[] = 603 const char kAccessibilityAutoclickDelayMs[] =
600 "settings.a11y.autoclick_delay_ms"; 604 "settings.a11y.autoclick_delay_ms";
601 // A boolean pref which determines whether caret highlighting is enabled. 605 // A boolean pref which determines whether caret highlighting is enabled.
602 const char kAccessibilityCaretHighlightEnabled[] = 606 const char kAccessibilityCaretHighlightEnabled[] =
603 "settings.a11y.caret_highlight"; 607 "settings.a11y.caret_highlight";
604 // A boolean pref which determines whether cursor highlighting is enabled. 608 // A boolean pref which determines whether cursor highlighting is enabled.
(...skipping 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after
2193 const char kMediaRouterEnableCloudServices[] = 2197 const char kMediaRouterEnableCloudServices[] =
2194 "media_router.cloudservices.enabled"; 2198 "media_router.cloudservices.enabled";
2195 #endif // defined(GOOGLE_CHROME_BUILD) 2199 #endif // defined(GOOGLE_CHROME_BUILD)
2196 // Whether or not the Media Router first run flow has been acknowledged by the 2200 // Whether or not the Media Router first run flow has been acknowledged by the
2197 // user. 2201 // user.
2198 const char kMediaRouterFirstRunFlowAcknowledged[] = 2202 const char kMediaRouterFirstRunFlowAcknowledged[] =
2199 "media_router.firstrunflow.acknowledged"; 2203 "media_router.firstrunflow.acknowledged";
2200 #endif 2204 #endif
2201 2205
2202 } // namespace prefs 2206 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chromeos/audio/audio_a11y_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698