Index: chrome/browser/resources/options/autofill_options.js |
diff --git a/chrome/browser/resources/options/autofill_options.js b/chrome/browser/resources/options/autofill_options.js |
index 098053254808e6750f18a8ba91ef98188a4c5255..aee75d577d939e1ff3aee94e00ab9fc9362ad3b9 100644 |
--- a/chrome/browser/resources/options/autofill_options.js |
+++ b/chrome/browser/resources/options/autofill_options.js |
@@ -91,12 +91,7 @@ cr.define('options', function() { |
var enableWalletIntegration = |
loadTimeData.getBoolean('enableAutofillWalletIntegration'); |
- $('autofill-wallet-remask-cards-area').hidden = !enableWalletIntegration; |
$('autofill-wallet-setting-area').hidden = !enableWalletIntegration; |
- // TODO(estade): there should probably be some indication of success. |
- $('remask-server-cards-link').onclick = function(event) { |
- chrome.send('remaskServerCards'); |
- }; |
// TODO(jhawkins): What happens when Autofill is disabled whilst on the |
// Autofill options page? |