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

Unified Diff: chrome/browser/resources/options/password_manager.html

Issue 6034005: DOMUI: Implement the new-style Autofill options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes 2. Created 10 years 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 df74db052500540477b74fae9e3e3e2095b441b8..b103dbf91bf42ab97d115a55a5466098d57362c7 100644
--- a/chrome/browser/resources/options/password_manager.html
+++ b/chrome/browser/resources/options/password_manager.html
@@ -1,13 +1,7 @@
<div id="password-manager" class="page hidden">
<h1 i18n-content="passwordsTitle"></h1>
- <div id="saved-passwords">
- <div class="passwords-list-title" i18n-content="savedPasswordsTitle">
- </div>
- <list id="saved-passwords-list" class="settings-list"></list>
- </div>
- <div id="password-exceptions">
- <div class="passwords-list-title" i18n-content="passwordExceptionsTitle">
- </div>
- <list id="password-exceptions-list" class="settings-list"></list>
- </div>
+ <h3 i18n-content="savedPasswordsTitle"></h3>
+ <list id="saved-passwords-list" class="settings-list"></list>
+ <h3 i18n-content="passwordExceptionsTitle"></h3>
+ <list id="password-exceptions-list" class="settings-list"></list>
</div>

Powered by Google App Engine
This is Rietveld 408576698