| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index b751a79239db47959923710afd0bbf7c7f658bed..19ba35935bfb56e991d3b661fe16873e381fc0f3 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -694,6 +694,8 @@ const char kSpokenFeedbackEnabled[] = "settings.accessibility";
|
| const char kHighContrastEnabled[] = "settings.a11y.high_contrast_enabled";
|
| // A boolean pref which determines whether screen magnifier is enabled.
|
| const char kScreenMagnifierEnabled[] = "settings.a11y.screen_magnifier";
|
| +// A boolean pref which determines whether the partial magnifier is enabled.
|
| +const char kPartialScreenMagnifierEnabled[] = "settings.a11y.partial_magnifier";
|
| // A boolean pref which determines whether virtual keyboard is enabled.
|
| // TODO(hashimoto): Remove this pref.
|
| const char kVirtualKeyboardEnabled[] = "settings.a11y.virtual_keyboard";
|
|
|