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

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: Code review fix 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..26a7a46d4673c9e80c21ca9e0ba77a9f5f94d56a 100644
--- a/chrome/browser/resources/options/chromeos/system_options.html
+++ b/chrome/browser/resources/options/chromeos/system_options.html
@@ -122,7 +122,7 @@
</label>
</div>
</div>
- <div class="option-name">
+ <div class="option-name" style="display: none">
James Hawkins 2012/01/30 17:32:39 Use hidden attribute instead.
Zachary Kuznia 2012/01/31 02:34:07 Done.
<div class="checkbox">
<label>
<input id="accessibility-high-contrast-check" type="checkbox">
@@ -130,7 +130,7 @@
</label>
</div>
</div>
- <div class="option-name">
+ <div class="option-name" style="display: none">
<div class="checkbox">
<label>
<input id="accessibility-screen-magnifier-check" type="checkbox">
@@ -138,7 +138,7 @@
</label>
</div>
</div>
- <div class="option-name">
+ <div class="option-name" style="display: none">
<div class="checkbox">
<label>
<input id="accessibility-virtual-keyboard-check" type="checkbox">
« 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