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

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: rebase Created 7 years, 6 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
« no previous file with comments | « chrome/browser/extensions/component_loader.cc ('k') | chrome/browser/ui/ash/ash_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/extensions/component_loader.cc ('k') | chrome/browser/ui/ash/ash_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698