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

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

Issue 2578063002: Remove dead code in password_manager.js (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | 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 8322b5ff783e0a85fe8781500fe95d8234d142d2..be0e8e3fd5b61eb0b593731597dd012a1fd0d0cf 100644
--- a/chrome/browser/resources/options/password_manager.js
+++ b/chrome/browser/resources/options/password_manager.js
@@ -235,14 +235,6 @@ cr.define('options', function() {
item.showPassword(password);
},
- /**
- * @param {boolean} visible Whether the link should be visible.
- * @private
- */
- setManageAccountLinkVisibility_: function(visible) {
- $('manage-passwords-span').hidden = !visible;
- },
-
/** @private */
showImportExportButton_: function() {
$('password-manager-import-export').hidden = false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698