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

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

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/language_chewing_options.html
diff --git a/chrome/browser/resources/options/chromeos/language_chewing_options.html b/chrome/browser/resources/options/chromeos/language_chewing_options.html
index 185df7cfff3b8f2a5718c02f532ffe54047de65f..6c951f5ce67a8a9d13ab618c52a5e27c4b9dfadd 100644
--- a/chrome/browser/resources/options/chromeos/language_chewing_options.html
+++ b/chrome/browser/resources/options/chromeos/language_chewing_options.html
@@ -1,4 +1,4 @@
-<div class="page hidden" id="languageChewingPage">
+<div class="page" id="languageChewingPage" hidden>
<h1 i18n-content="languageChewingPage"></h1>
<section>
<table class="option-control-table">
@@ -6,8 +6,8 @@
<td class="option-name" colspan="2">
<div class="checkbox">
<label>
- <input id="chewing-auto-shift-cur"
- pref="settings.language.chewing_auto_shift_cur" type="checkbox">
+ <input id="chewing-auto-shift-cur" type="checkbox"
+ pref="settings.language.chewing_auto_shift_cur">
<span i18n-content="Chewing_autoShiftCur"></span>
</label>
</div>

Powered by Google App Engine
This is Rietveld 408576698