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

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

Issue 9295010: Hide accessibility options for unimplemented features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove option UI 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
diff --git a/chrome/browser/resources/options/chromeos/system_options.html b/chrome/browser/resources/options/chromeos/system_options.html
index 869993828d9d1c7ff3a74a82a9957b295fc18207..3379344ead0de1e1360a9bf5d35f41457ec498e2 100644
--- a/chrome/browser/resources/options/chromeos/system_options.html
+++ b/chrome/browser/resources/options/chromeos/system_options.html
@@ -122,30 +122,6 @@
</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