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

Unified Diff: chrome/browser/resources/options/chromeos/system_options.html

Issue 9316024: Revert 120040 - Hide accessibility options for unimplemented features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/options2/advanced_options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/system_options.html
===================================================================
--- chrome/browser/resources/options/chromeos/system_options.html (revision 120042)
+++ chrome/browser/resources/options/chromeos/system_options.html (working copy)
@@ -122,6 +122,30 @@
</label>
</div>
</div>
+ <div class="option-name">
+ <div class="checkbox">
+ <label>
+ <input id="accessibility-high-contrast-check" type="checkbox">
+ <span i18n-content="accessibilityHighContrast"></span>
+ </label>
+ </div>
+ </div>
+ <div class="option-name">
+ <div class="checkbox">
+ <label>
+ <input id="accessibility-screen-magnifier-check" type="checkbox">
+ <span i18n-content="accessibilityScreenMagnifier"></span>
+ </label>
+ </div>
+ </div>
+ <div class="option-name">
+ <div class="checkbox">
+ <label>
+ <input id="accessibility-virtual-keyboard-check" type="checkbox">
+ <span i18n-content="accessibilityVirtualKeyboard"></span>
+ </label>
+ </div>
+ </div>
</div>
</section>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/options2/advanced_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698