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

Unified Diff: chrome/browser/resources/options/alert_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
« no previous file with comments | « .gitmodules ('k') | chrome/browser/resources/options/autofill_edit_address_overlay.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « .gitmodules ('k') | chrome/browser/resources/options/autofill_edit_address_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698