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

Unified Diff: chrome/browser/resources/options/chromeos/accounts_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/accounts_options.html
diff --git a/chrome/browser/resources/options/chromeos/accounts_options.html b/chrome/browser/resources/options/chromeos/accounts_options.html
index 0b5838aee7a2688991469ef933b75f0f1c74889d..ad99aa40e6a453bf6076345880f56a371ac3af35 100644
--- a/chrome/browser/resources/options/chromeos/accounts_options.html
+++ b/chrome/browser/resources/options/chromeos/accounts_options.html
@@ -1,8 +1,8 @@
-<div class="page hidden" id="accountsPage">
+<div class="page" id="accountsPage" hidden>
<h1 i18n-content="accountsPage"></h1>
<section>
<div class="option">
- <div id="ownerOnlyWarning" class="hidden">
+ <div id="ownerOnlyWarning" hidden>
<span i18n-content="owner_only"></span>
<span i18n-content="owner_user_id"></span>
</div>

Powered by Google App Engine
This is Rietveld 408576698