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

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

Issue 2458043002: Fix Password Manager Performance Issues (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « chrome/browser/resources/options/password_manager.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/password_manager.js
diff --git a/chrome/browser/resources/options/password_manager.js b/chrome/browser/resources/options/password_manager.js
index 43ab11e1027edd7866858bd7c2b887d95982c8a8..0062a2e224e2e43d2492633f1f5940734eac9b53 100644
--- a/chrome/browser/resources/options/password_manager.js
+++ b/chrome/browser/resources/options/password_manager.js
@@ -109,7 +109,6 @@ cr.define('options', function() {
options.passwordManager.PasswordsList.decorate(savedPasswordsList);
this.savedPasswordsList_ = assertInstanceof(savedPasswordsList,
options.DeletableItemList);
- this.savedPasswordsList_.autoExpands = true;
},
/**
@@ -122,7 +121,6 @@ cr.define('options', function() {
passwordExceptionsList);
this.passwordExceptionsList_ = assertInstanceof(passwordExceptionsList,
options.DeletableItemList);
- this.passwordExceptionsList_.autoExpands = true;
},
/**
« no previous file with comments | « chrome/browser/resources/options/password_manager.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698