| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index d6dbb32eb4c028a05861e65b795fe2af07515270..7fbeea88668d74453f269a707535e15b074d8f88 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -684,6 +684,9 @@ const char kScreenMagnifierScale[] = "settings.a11y.screen_magnifier_scale";
|
| const char kVirtualKeyboardEnabled[] = "settings.a11y.virtual_keyboard";
|
| // A boolean pref which determines whether autoclick is enabled.
|
| const char kAutoclickEnabled[] = "settings.a11y.autoclick";
|
| +// An integer pref which determines time in ms between when the mouse cursor
|
| +// stops and when an autoclick is triggered.
|
| +const char kAutoclickDelayMs[] = "settings.a11y.autoclick_delay_ms";
|
| // A boolean pref which determines whether the accessibility menu shows
|
| // regardless of the state of a11y features.
|
| const char kShouldAlwaysShowAccessibilityMenu[] = "settings.a11y.enable_menu";
|
|
|