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

Unified Diff: chrome/browser/resources/options/autofill_edit_creditcard_overlay.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/autofill_edit_creditcard_overlay.html
diff --git a/chrome/browser/resources/options/autofill_edit_creditcard_overlay.html b/chrome/browser/resources/options/autofill_edit_creditcard_overlay.html
index 11f1b0c39ce4191c432a5a7f0818d0728a6a09a6..e937c153ff2d09ecef4040e502dca3a7891780fe 100644
--- a/chrome/browser/resources/options/autofill_edit_creditcard_overlay.html
+++ b/chrome/browser/resources/options/autofill_edit_creditcard_overlay.html
@@ -1,4 +1,4 @@
-<div class="page hidden" id="autofill-edit-credit-card-overlay">
+<div class="page" id="autofill-edit-credit-card-overlay" hidden>
<h1 id="autofill-credit-card-title"></h1>
<div class="content-area">
<div class="input">

Powered by Google App Engine
This is Rietveld 408576698