| 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..c7a87167c16bd757895c8afe999c53826f55e8be 100644
|
| --- a/components/autofill/core/browser/credit_card.h
|
| +++ b/components/autofill/core/browser/credit_card.h
|
| @@ -89,6 +89,9 @@ class CreditCard : public AutofillDataModel {
|
| void SetServerStatus(ServerStatus status);
|
| ServerStatus GetServerStatus() const;
|
|
|
| + // Whether the card expiration date should be updated.
|
| + bool ShouldUpdateExpiration() const;
|
| +
|
| // FormGroup:
|
| void GetMatchingTypes(const base::string16& text,
|
| const std::string& app_locale,
|
|
|