| Index: components/autofill/core/browser/payments/full_card_request.h
|
| diff --git a/components/autofill/core/browser/payments/full_card_request.h b/components/autofill/core/browser/payments/full_card_request.h
|
| index 5ffb16086dc826059dcc2390714f124d7a622a9f..7f0d2f34209e2b13eb8c4a44f6f7c57c72dae66c 100644
|
| --- a/components/autofill/core/browser/payments/full_card_request.h
|
| +++ b/components/autofill/core/browser/payments/full_card_request.h
|
| @@ -43,6 +43,10 @@ class FullCardRequest : public CardUnmaskDelegate {
|
| // Retrieves the pan and cvc for |card| and invokes
|
| // Delegate::OnFullCardDetails() or Delegate::OnFullCardError(). Only one
|
| // request should be active at a time.
|
| + //
|
| + // If the card is local, has a non-empty GUID, and the user has updated its
|
| + // expiration date, then this function will write the new information to
|
| + // autofill table on disk.
|
| void GetFullCard(const CreditCard& card,
|
| AutofillClient::UnmaskCardReason reason,
|
| base::WeakPtr<Delegate> delegate);
|
|
|