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

Unified Diff: chrome/browser/resources/options/startup_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/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>
« no previous file with comments | « chrome/browser/resources/options/spelling_confirm_overlay.html ('k') | chrome/browser/resources/sync_setup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698