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

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

Issue 1148123003: Specify the use of RiskAdvisoryData for Wallet unmask requests on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix initialization Created 5 years, 7 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/card_unmask_delegate.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 834ea418e939846d19e1346ea4cbe0fd5678aca8..73ec3b09137867f7f0154e1ac61cb56f652b938b 100644
--- a/components/autofill/core/browser/card_unmask_delegate.h
+++ b/components/autofill/core/browser/card_unmask_delegate.h
@@ -34,7 +34,7 @@ class CardUnmaskDelegate {
// 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 23:30:34 const bool?
Justin Donnelly 2015/05/21 00:29:51 Adding const produces the following compile error:
+ bool providing_risk_advisory_data;
};
// Called when the user has attempted a verification. Prompt is still
« no previous file with comments | « no previous file | components/autofill/core/browser/card_unmask_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698