Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2699)

Unified Diff: chrome/browser/resources/options/browser_options.html

Issue 14200048: Introduce AcccessibilityManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments & minor fix Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698