| Index: components/autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc
|
| diff --git a/components/autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc b/components/autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc
|
| index d7a1dab411d73352a8d96938098e783a9c369a02..21175e6169b8f5444441d02031fe8770d9cd9ece 100644
|
| --- a/components/autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc
|
| +++ b/components/autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc
|
| @@ -267,8 +267,7 @@ int CardUnmaskPromptControllerImpl::GetCvcImageRid() const {
|
| }
|
|
|
| bool CardUnmaskPromptControllerImpl::ShouldRequestExpirationDate() const {
|
| - return card_.GetServerStatus() == CreditCard::EXPIRED ||
|
| - new_card_link_clicked_;
|
| + return card_.ShouldUpdateExpiration() || new_card_link_clicked_;
|
| }
|
|
|
| bool CardUnmaskPromptControllerImpl::CanStoreLocally() const {
|
|
|