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 |