| 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 501b20f21590273b64527d6deb999ae7726e6963..7415c169b2ae5e7708418ba825956e218b06eeb4 100644
|
| --- a/chrome/browser/resources/options/browser_options.html
|
| +++ b/chrome/browser/resources/options/browser_options.html
|
| @@ -630,7 +630,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>
|
| @@ -638,7 +639,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>
|
|
|