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

Unified Diff: chrome/browser/resources/options2/advanced_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 | « chrome/browser/resources/options/chromeos/system_options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/advanced_options.html
diff --git a/chrome/browser/resources/options2/advanced_options.html b/chrome/browser/resources/options2/advanced_options.html
index 8199b209a457362377a257f62c4211380d9329e3..a3ebac8ebb391b449e9371e56c543ec82a4143e1 100644
--- a/chrome/browser/resources/options2/advanced_options.html
+++ b/chrome/browser/resources/options2/advanced_options.html
@@ -291,30 +291,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>
</if>
« no previous file with comments | « chrome/browser/resources/options/chromeos/system_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698