Index: chrome/browser/resources/options/autofill_options.html |
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html |
index 27a869aced58726142f2c69b860f12817d947b74..b195aba2795d71dee1c4bdfa31c48db7f56f0ce8 100644 |
--- a/chrome/browser/resources/options/autofill_options.html |
+++ b/chrome/browser/resources/options/autofill_options.html |
@@ -1,4 +1,4 @@ |
-<div id="autofill-options" class="page" hidden> |
+<dialog id="autofill-options" class="page"> |
<div class="close-button"></div> |
<h1 i18n-content="autofillOptionsPage"></h1> |
<div class="content-area"> |
@@ -37,4 +37,4 @@ |
i18n-content="done"></button> |
</div> |
</div> |
-</div> |
+</dialog> |