summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-08 03:24:45 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-08 03:24:45 +0000
commit7ef254b561cb9b46b3e22c422497d51567c8ea20 (patch)
tree55332c7cc98733e4244a0b91987b22b0d542dba9 /chrome/common/pref_names.cc
parent91f30db73e711aab53a71febd1fd94364a68c588 (diff)
downloadchromium_src-7ef254b561cb9b46b3e22c422497d51567c8ea20.zip
chromium_src-7ef254b561cb9b46b3e22c422497d51567c8ea20.tar.gz
chromium_src-7ef254b561cb9b46b3e22c422497d51567c8ea20.tar.bz2
Rename prefs::kAccessibilityEnabled to kSpokenFeedbackEnabled
Rename the name to describe its role more precisely Actual value ("settings.accessibility") is not changed BUG=None TEST=build success Review URL: http://codereview.chromium.org/8800033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113545 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 90b56fd..22105f3 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -577,8 +577,8 @@ const char kLanguageXkbAutoRepeatInterval[] =
const char kLanguagePreferredVirtualKeyboard[] =
"settings.language.preferred_virtual_keyboard";
-// A boolean pref which determines whether accessibility is enabled.
-const char kAccessibilityEnabled[] = "settings.accessibility";
+// A boolean pref which determines whether spoken feedback is enabled.
+const char kSpokenFeedbackEnabled[] = "settings.accessibility";
// A boolean pref which turns on Advanced Filesystem
// (USB support, SD card, etc).