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

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

Issue 1846623002: Remove password-manager-reauthentication flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just rebased Created 4 years, 9 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_list.js
diff --git a/chrome/browser/resources/options/password_manager_list.js b/chrome/browser/resources/options/password_manager_list.js
index 71274affe1a6afc31ab83d2370aa79db67b9ba52..e30894ea7f0ad8d3988e566bfde24fb2ede5be02 100644
--- a/chrome/browser/resources/options/password_manager_list.js
+++ b/chrome/browser/resources/options/password_manager_list.js
@@ -450,9 +450,6 @@ cr.define('options.passwordManager', function() {
/** @override */
decorate: function() {
DeletableItemList.prototype.decorate.call(this);
- Preferences.getInstance().addEventListener(
- 'profile.password_manager_allow_show_passwords',
- this.onPreferenceChanged_.bind(this));
this.addEventListener('focus', this.onFocus_.bind(this));
},

Powered by Google App Engine
This is Rietveld 408576698