diff options
Diffstat (limited to 'chrome/browser/resources/options/autofill_options.js')
-rw-r--r-- | chrome/browser/resources/options/autofill_options.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/resources/options/autofill_options.js b/chrome/browser/resources/options/autofill_options.js index 4b606ec..aa3ed73 100644 --- a/chrome/browser/resources/options/autofill_options.js +++ b/chrome/browser/resources/options/autofill_options.js @@ -157,7 +157,6 @@ cr.define('options', function() { profileList.add(option, blankAddress); } - AutoFillEditCreditCardOverlay.setBillingAddresses(addresses); this.updateButtonState_(); }, |