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

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

Issue 6381007: Make the accessibility checkbox affect LocalState rather than the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/chromeos_system_options.html
===================================================================
--- chrome/browser/resources/options/chromeos_system_options.html (revision 72316)
+++ chrome/browser/resources/options/chromeos_system_options.html (working copy)
@@ -55,8 +55,7 @@
<tr>
<td class="option-name">
<label class="checkbox">
- <input id="accesibility-check"
- pref="settings.accessibility" type="checkbox">
+ <input id="accesibility-check" type="checkbox">
<span i18n-content="accessibility"></span>
</label>
</td>

Powered by Google App Engine
This is Rietveld 408576698