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

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

Issue 1001043004: Revamp desktop Autofill settings, round 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unittest Created 5 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/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?
« no previous file with comments | « chrome/browser/resources/options/autofill_options.html ('k') | chrome/browser/resources/options/autofill_options_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698