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

Unified Diff: chrome/browser/resources/options/chromeos/language_hangul_options.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/chromeos/language_hangul_options.html
diff --git a/chrome/browser/resources/options/chromeos/language_hangul_options.html b/chrome/browser/resources/options/chromeos/language_hangul_options.html
index 12199670e19e6810c72e2ab3054bcb86b61523a6..feb425b4fc1cf5f1b01f433b6e41df5cc134676d 100644
--- a/chrome/browser/resources/options/chromeos/language_hangul_options.html
+++ b/chrome/browser/resources/options/chromeos/language_hangul_options.html
@@ -1,4 +1,4 @@
-<div id="languageHangulPage" class="page" hidden>
+<dialog id="languageHangulPage" class="page">
<div class="close-button"></div>
<h1 i18n-content="languageHangulPage"></h1>
<div class="content-area">
@@ -21,4 +21,4 @@
<button id="hangul-confirm" i18n-content="done"></button>
</div>
</div>
-</div>
+</dialog>

Powered by Google App Engine
This is Rietveld 408576698