Index: chrome/browser/resources/options/browser_options.html |
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html |
index 7a499bc256a461e9c527a4be43fffe91ba248770..482a84ab0be486f4c7b18aba821d43a5b4c3423d 100644 |
--- a/chrome/browser/resources/options/browser_options.html |
+++ b/chrome/browser/resources/options/browser_options.html |
@@ -632,7 +632,8 @@ |
<div class="option-name"> |
<div class="checkbox"> |
<label> |
- <input id="accessibility-spoken-feedback-check" type="checkbox"> |
+ <input id="accessibility-spoken-feedback-check" |
+ pref="settings.accessibility" type="checkbox"> |
<span i18n-content="accessibilitySpokenFeedback"></span> |
</label> |
</div> |
@@ -640,7 +641,8 @@ |
<div class="option-name"> |
<div class="checkbox"> |
<label> |
- <input id="accessibility-high-contrast-check" type="checkbox"> |
+ <input id="accessibility-high-contrast-check" |
+ pref="settings.a11y.high_contrast_enabled" type="checkbox"> |
<span i18n-content="accessibilityHighContrast"></span> |
</label> |
</div> |