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

Unified Diff: chrome/browser/resources/options/spelling_confirm_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/spelling_confirm_overlay.html
diff --git a/chrome/browser/resources/options/spelling_confirm_overlay.html b/chrome/browser/resources/options/spelling_confirm_overlay.html
index fb239994f08ddb2bc44bb66e0ec9e65f5c618f74..f3019ff86b1099f367fbfe45da68e31820abd61f 100644
--- a/chrome/browser/resources/options/spelling_confirm_overlay.html
+++ b/chrome/browser/resources/options/spelling_confirm_overlay.html
@@ -1,4 +1,4 @@
-<div id="spelling-confirm-overlay" class="page" hidden>
+<dialog id="spelling-confirm-overlay" class="page">
<div class="close-button"></div>
<h1 i18n-content="spellingConfirmOverlay"></h1>
<div class="content-area">
@@ -16,4 +16,4 @@
</button>
</div>
</div>
-</div>
+</dialog>
« no previous file with comments | « chrome/browser/resources/options/search_engine_manager.html ('k') | chrome/browser/resources/options/startup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698