| 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 e15c79fc20f7ee4f1108a66414e31e93c10eeddd..fcf4671abdb6355c3d77434676cfeb0380b7f63a 100644
|
| --- a/components/autofill/core/browser/credit_card.h
|
| +++ b/components/autofill/core/browser/credit_card.h
|
| @@ -196,6 +196,9 @@ class CreditCard : public AutofillDataModel {
|
| const std::string& app_locale,
|
| int* num);
|
|
|
| + // Returns whether the credit card is expired base on the specified |time|.
|
| + bool IsExpired(base::Time::Exploded time) const;
|
| +
|
| private:
|
| // FormGroup:
|
| void GetSupportedTypes(ServerFieldTypeSet* supported_types) const override;
|
|
|