Chromium Code Reviews| 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 |