| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index bcccf36d1eaaf9c9f621f30dba7fc7fa94e5776c..3ed4123508a86071a93679b231d58592cc1a0c58 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -592,6 +592,10 @@ const char kAccessibilityScreenMagnifierScale[] =
|
| // due to lack of a physical keyboard.
|
| const char kAccessibilityVirtualKeyboardEnabled[] =
|
| "settings.a11y.virtual_keyboard";
|
| +// A boolean pref which determines whether the mono audio output is enabled for
|
| +// accessibility.
|
| +const char kAccessibilityMonoAudioEnabled[] =
|
| + "settings.a11y.mono_audio";
|
| // A boolean pref which determines whether autoclick is enabled.
|
| const char kAccessibilityAutoclickEnabled[] = "settings.a11y.autoclick";
|
| // An integer pref which determines time in ms between when the mouse cursor
|
|
|