| Index: components/autofill/core/browser/credit_card.h
|
| diff --git a/components/autofill/core/browser/credit_card.h b/components/autofill/core/browser/credit_card.h
|
| index 606fc1f45d84cdd332d02a372cf8f6499e1f65fe..56f6ce62c9e02c65ec7eabd041b3cee75071dcb7 100644
|
| --- a/components/autofill/core/browser/credit_card.h
|
| +++ b/components/autofill/core/browser/credit_card.h
|
| @@ -195,6 +195,9 @@ class CreditCard : public AutofillDataModel {
|
| // Returns whether the credit card is expired based on |current_time|.
|
| bool IsExpired(const base::Time& current_time) const;
|
|
|
| + // Whether the card expiration date should be updated.
|
| + bool ShouldUpdateExpiration(const base::Time& current_time) const;
|
| +
|
| private:
|
| // FormGroup:
|
| void GetSupportedTypes(ServerFieldTypeSet* supported_types) const override;
|
|
|