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

Unified Diff: components/autofill/core/browser/card_unmask_delegate.h

Issue 1058473002: Use the new Wallet risk data API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/card_unmask_delegate.h
diff --git a/components/autofill/core/browser/card_unmask_delegate.h b/components/autofill/core/browser/card_unmask_delegate.h
index dee37059cd370636d8b7c70eb3cb4bc49a9551d8..834ea418e939846d19e1346ea4cbe0fd5678aca8 100644
--- a/components/autofill/core/browser/card_unmask_delegate.h
+++ b/components/autofill/core/browser/card_unmask_delegate.h
@@ -31,6 +31,10 @@ class CardUnmaskDelegate {
// Risk fingerprint.
std::string risk_data;
+
+ // Whether we're providing the alternative "risk advisory data" in risk_data
+ // (as opposed to the normal browser fingerprint).
+ bool providing_risk_advisory_data = false;
Evan Stade 2015/05/20 22:43:05 oops, I didn't catch this before --- this is not t
Justin Donnelly 2015/05/20 23:03:35 Fixed in https://codereview.chromium.org/114812300
};
// Called when the user has attempted a verification. Prompt is still
« no previous file with comments | « no previous file | components/autofill/core/browser/wallet/real_pan_wallet_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698