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

Unified Diff: chrome/browser/resources/options/chromeos/change_picture_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/change_picture_options.html
diff --git a/chrome/browser/resources/options/chromeos/change_picture_options.html b/chrome/browser/resources/options/chromeos/change_picture_options.html
index 571555750dfb78eb4181fda76cb2b17864567abd..76fa35c629e92ad9290e4521f1ba6c9cc54727df 100644
--- a/chrome/browser/resources/options/chromeos/change_picture_options.html
+++ b/chrome/browser/resources/options/chromeos/change_picture_options.html
@@ -1,4 +1,4 @@
-<div id="change-picture-page" class="page" hidden>
+<dialog id="change-picture-page" class="page">
<div class="close-button"></div>
<h1 i18n-content="changePicturePage"></h1>
<div class="content-area">
@@ -31,4 +31,4 @@
<button id="change-picture-overlay-confirm" i18n-content="done"></button>
</div>
</div>
-</div>
+</dialog>

Powered by Google App Engine
This is Rietveld 408576698