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

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

Issue 5964003: Content settings lists moved to sub-sub pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git add 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 17e4f1091b7c88df10674beda9d7b08825e259e0..8fba0bed29c4d990edd123ad326791aac9e73015 100644
--- a/chrome/browser/resources/options/password_manager.html
+++ b/chrome/browser/resources/options/password_manager.html
@@ -3,11 +3,11 @@
<div id="saved-passwords">
<div class="passwords-list-title" i18n-content="savedPasswordsTitle">
</div>
- <list id="saved-passwords-list" class="passwords-list"></list>
+ <list id="saved-passwords-list" class="framed-list"></list>
</div>
<div id="password-exceptions">
<div class="passwords-list-title" i18n-content="passwordExceptionsTitle">
</div>
- <list id="password-exceptions-list" class="passwords-list"></list>
+ <list id="password-exceptions-list" class="framed-list"></list>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698