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

Unified Diff: components/autofill/core/browser/autofill_manager.cc

Issue 938143002: pass along expiration date to getrealpan (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplify Created 5 years, 10 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
« no previous file with comments | « no previous file | components/autofill/core/browser/wallet/real_pan_wallet_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_manager.cc
diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc
index 772585d68a8ee7e3cc02d5f8a7441ea8f37a7fe6..10fe5636284ffcab75a8a9701541e07b27d4c8e4 100644
--- a/components/autofill/core/browser/autofill_manager.cc
+++ b/components/autofill/core/browser/autofill_manager.cc
@@ -764,9 +764,7 @@ void AutofillManager::OnLoadedServerPredictions(
void AutofillManager::OnUnmaskResponse(const UnmaskResponse& response) {
unmask_response_ = response;
- // TODO(estade): use month/year.
- real_pan_client_.UnmaskCard(unmasking_card_, base::UTF16ToASCII(response.cvc),
- response.risk_data);
+ real_pan_client_.UnmaskCard(unmasking_card_, response);
}
void AutofillManager::OnUnmaskPromptClosed() {
« no previous file with comments | « no previous file | components/autofill/core/browser/wallet/real_pan_wallet_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698