| Index: chrome/browser/resources/settings/a11y_page/a11y_page.html
|
| diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html
|
| index 5325098a3fc2a4ecfa203003fe18b3d60f0327ca..b8e37d180f782286628c05fda95d8138b62073a3 100644
|
| --- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
|
| +++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
|
| @@ -58,6 +58,23 @@
|
| <settings-checkbox pref="{{prefs.settings.a11y.virtual_keyboard}}"
|
| i18n-values="label:onScreenKeyboardLabel">
|
| </settings-checkbox>
|
| + <template is="dom-if" if="[[showExperimentalFeatures_]]">
|
| + <settings-checkbox pref="{{prefs.settings.a11y.caret_highlight}}"
|
| + i18n-values="label:caretHighlightLabel">
|
| + </settings-checkbox>
|
| + <settings-checkbox pref="{{prefs.settings.a11y.cursor_highlight}}"
|
| + i18n-values="label:cursorHighlightLabel">
|
| + </settings-checkbox>
|
| + <settings-checkbox pref="{{prefs.settings.a11y.focus_highlight}}"
|
| + i18n-values="label:focusHighlightLabel">
|
| + </settings-checkbox>
|
| + <settings-checkbox pref="{{prefs.settings.a11y.select_to_speak}}"
|
| + i18n-values="label:selectToSpeakLabel">
|
| + </settings-checkbox>
|
| + <settings-checkbox pref="{{prefs.settings.a11y.switch_access}}"
|
| + i18n-values="label:switchAccessLabel">
|
| + </settings-checkbox>
|
| + </template>
|
| </div>
|
|
|
| <div class="settings-box">
|
|
|