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

Unified Diff: chrome/browser/resources/sync_setup_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 | « chrome/browser/resources/options/startup_overlay.html ('k') | ui/webui/resources/css/dialog_overlay.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_setup_overlay.html
diff --git a/chrome/browser/resources/sync_setup_overlay.html b/chrome/browser/resources/sync_setup_overlay.html
index b1e80063cc6a91b14cab584822b3df4545b9f928..bd711d80b4683e870430ba23b340ff44834b4351 100644
--- a/chrome/browser/resources/sync_setup_overlay.html
+++ b/chrome/browser/resources/sync_setup_overlay.html
@@ -1,4 +1,4 @@
-<div id="sync-setup-overlay" class="page" hidden>
+<dialog id="sync-setup-overlay" class="page">
<div class="close-button"></div>
<div id="sync-setup-configure" hidden>
<div id="confirm-sync-preferences">
@@ -232,4 +232,4 @@
i18n-values="value:stopSyncingConfirm">
</div>
</div>
-</div>
+</dialog>
« no previous file with comments | « chrome/browser/resources/options/startup_overlay.html ('k') | ui/webui/resources/css/dialog_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698