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

Unified Diff: chrome/browser/resources/options/password_manager.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/password_manager.html
diff --git a/chrome/browser/resources/options/password_manager.html b/chrome/browser/resources/options/password_manager.html
index dfecba6cd0746a99eb62d85b15da2bdfb638720c..b9b6131a51da9c70366313758271f039cf906e3e 100644
--- a/chrome/browser/resources/options/password_manager.html
+++ b/chrome/browser/resources/options/password_manager.html
@@ -1,4 +1,4 @@
-<div id="password-manager" class="page" hidden>
+<dialog id="password-manager" class="page">
<div class="close-button"></div>
<h1 i18n-content="passwordsPage"></h1>
<div class="content-area">
@@ -32,4 +32,4 @@
<button id="password-manager-confirm" i18n-content="done"></button>
</div>
</div>
-</div>
+</dialog>
« no previous file with comments | « chrome/browser/resources/options/options_page.js ('k') | chrome/browser/resources/options/reset_profile_settings_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698