| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 4f4f1273ecca3ea047d28878f0fe0ddc8270db47..8c28a36cb5aad62554e46c41d5e155b687732af7 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -737,7 +737,7 @@ const char kHighContrastEnabled[] = "settings.a11y.high_contrast_enabled";
|
| // A double pref which determines a zooming scale of the screen magnifier.
|
| const char kScreenMagnifierScale[] = "settings.a11y.screen_magnifier_scale";
|
| // A string pref which determines what type of screen magnifier is enabled.
|
| -const char kScreenMagnifierType[] = "settings.a11y.screen_magnifier_type";
|
| +const char kMagnifierType[] = "settings.a11y.screen_magnifier_type";
|
| // A boolean pref which determines whether virtual keyboard is enabled.
|
| // TODO(hashimoto): Remove this pref.
|
| const char kVirtualKeyboardEnabled[] = "settings.a11y.virtual_keyboard";
|
|
|