Index: chrome/browser/resources/options/autofill_edit_creditcard_overlay.js |
diff --git a/chrome/browser/resources/options/autofill_edit_creditcard_overlay.js b/chrome/browser/resources/options/autofill_edit_creditcard_overlay.js |
index 01b1722b614366853207d5d0222b7fa9d931dd26..c61255ec786656e36f5f9566b298caf8f4e29d1c 100644 |
--- a/chrome/browser/resources/options/autofill_edit_creditcard_overlay.js |
+++ b/chrome/browser/resources/options/autofill_edit_creditcard_overlay.js |
@@ -68,7 +68,7 @@ cr.define('options', function() { |
creditCard[3] = $('expirationMonth').value; |
creditCard[4] = $('expirationYear').value; |
- chrome.send('updateCreditCard', creditCard); |
+ chrome.send('setCreditCard', creditCard); |
}, |
/** |