| Index: chrome/browser/resources/options/alert_overlay.html
|
| diff --git a/chrome/browser/resources/options/alert_overlay.html b/chrome/browser/resources/options/alert_overlay.html
|
| index 2c96ff14f79626989c0a564b0d6ef50f3638412d..f69e06d100f58b1ee02b91ff1cd8cad8ae39c7ed 100644
|
| --- a/chrome/browser/resources/options/alert_overlay.html
|
| +++ b/chrome/browser/resources/options/alert_overlay.html
|
| @@ -1,4 +1,4 @@
|
| -<div id="alertOverlay" class="page" hidden>
|
| +<dialog id="alertOverlay" class="page">
|
| <div class="close-button"></div>
|
| <h1 id="alertOverlayTitle"></h1>
|
| <div class="content-area">
|
| @@ -10,4 +10,4 @@
|
| <button id="alertOverlayOk" class="default-button" type="submit"></button>
|
| </div>
|
| </div>
|
| -</div>
|
| +</dialog>
|
|
|