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

Unified Diff: chrome/browser/resources/options/autofill_edit_creditcard_overlay.html

Issue 23665004: sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 3c5b07f5a57bfdfad15b8dd42e997334128f6157..46058e92c0065de571ba69166d3395d8c9adf000 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 id="autofill-edit-credit-card-overlay" class="page" hidden>
+<dialog id="autofill-edit-credit-card-overlay" class="page">
<div class="close-button"></div>
<h1 id="autofill-credit-card-title"></h1>
<div class="content-area">
@@ -28,4 +28,4 @@
<button id="autofill-edit-credit-card-apply-button" type="submit"
class="default-button" i18n-content="ok" disabled></button>
</div>
-</div>
+</dialog>

Powered by Google App Engine
This is Rietveld 408576698