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 be3628bfff8c88615d22392a26c5f455d800e29f..d5c9a5505e2eb0a1dedc8d915613ca6eb41437d4 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_]]" restamp> |
Dan Beam
2016/03/11 22:07:20
I don't think you need restamp
|
+ <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"> |