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

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

Issue 896583003: Add risk data to getrealpan request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for android 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 3323f919c70aab83531627552e53ce9e72d46a84..c2e0e6bcbce919db05b2630340ffa091a419c28c 100644
--- a/components/autofill/core/browser/wallet/real_pan_wallet_client.h
+++ b/components/autofill/core/browser/wallet/real_pan_wallet_client.h
@@ -52,7 +52,9 @@ class RealPanWalletClient : public net::URLFetcherDelegate,
void Prepare();
// The user has attempted to unmask a card with the given cvc.
- void UnmaskCard(const CreditCard& card, const std::string& cvc);
+ void UnmaskCard(const CreditCard& card,
+ const std::string& cvc,
+ const std::string& risk_data);
// Cancels and clears the current |request_|.
void CancelRequest();

Powered by Google App Engine
This is Rietveld 408576698