| Index: chrome/browser/resources/options/startup_overlay.html
|
| diff --git a/chrome/browser/resources/options/startup_overlay.html b/chrome/browser/resources/options/startup_overlay.html
|
| index f025cca69e9a795471eb95477368d672e0c7238f..7410bcf8e24fc5cd9d74f1e5d35f9cd412dd1f75 100644
|
| --- a/chrome/browser/resources/options/startup_overlay.html
|
| +++ b/chrome/browser/resources/options/startup_overlay.html
|
| @@ -1,4 +1,4 @@
|
| -<div id="startup-overlay" class="page" hidden>
|
| +<dialog id="startup-overlay" class="page">
|
| <div class="close-button"></div>
|
| <h1 i18n-content="startupPagesOverlay"></h1>
|
| <!-- This <input> element is always hidden. It needs to be here so that
|
| @@ -22,4 +22,4 @@
|
| </div>
|
| </div>
|
| <div id="startupPagesListDropmarker"></div>
|
| -</div>
|
| +</dialog>
|
|
|