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

Unified Diff: chrome/browser/resources/options/managed_user_create_confirm.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/managed_user_create_confirm.html
diff --git a/chrome/browser/resources/options/managed_user_create_confirm.html b/chrome/browser/resources/options/managed_user_create_confirm.html
index 346b9f015a6e083534e7107f858145fd19c3d321..d7803ca4f98e76fb156a8b194950a82c0457ee06 100644
--- a/chrome/browser/resources/options/managed_user_create_confirm.html
+++ b/chrome/browser/resources/options/managed_user_create_confirm.html
@@ -1,4 +1,4 @@
-<div id="managed-user-created" class="page" hidden>
+<dialog id="managed-user-created" class="page">
<div class="close-button"></div>
<!-- Overlay for the confirmation after creating a supervised user. -->
<div id="managed-user-created-image"></div>
@@ -10,4 +10,4 @@
</button>
<button id="managed-user-created-switch"></button>
</div>
-</div>
+</dialog>

Powered by Google App Engine
This is Rietveld 408576698