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

Unified Diff: components/autofill/core/browser/wallet/real_pan_wallet_client.h

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
Index: components/autofill/core/browser/wallet/real_pan_wallet_client.h
diff --git a/components/autofill/core/browser/wallet/real_pan_wallet_client.h b/components/autofill/core/browser/wallet/real_pan_wallet_client.h
index c2e0e6bcbce919db05b2630340ffa091a419c28c..f1fc05c9c3c85cf68e0d95761602d277a9e9cd0c 100644
--- a/components/autofill/core/browser/wallet/real_pan_wallet_client.h
+++ b/components/autofill/core/browser/wallet/real_pan_wallet_client.h
@@ -7,6 +7,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
+#include "components/autofill/core/browser/card_unmask_delegate.h"
#include "google_apis/gaia/oauth2_token_service.h"
#include "net/url_request/url_fetcher_delegate.h"
@@ -53,8 +54,7 @@ class RealPanWalletClient : public net::URLFetcherDelegate,
// The user has attempted to unmask a card with the given cvc.
void UnmaskCard(const CreditCard& card,
- const std::string& cvc,
- const std::string& risk_data);
+ const CardUnmaskDelegate::UnmaskResponse& response);
// Cancels and clears the current |request_|.
void CancelRequest();

Powered by Google App Engine
This is Rietveld 408576698