Commit 1043b99c authored by estade's avatar estade Committed by Commit bot

Fix bug where we show expiration date unnecessarily in the Autofill

card unmasking prompt.

BUG=487866

Review URL: https://codereview.chromium.org/1134793009

Cr-Commit-Position: refs/heads/master@{#330245}
parent 29c5ee3c
...@@ -48,6 +48,7 @@ void CardUnmaskPromptControllerImpl::ShowPrompt( ...@@ -48,6 +48,7 @@ void CardUnmaskPromptControllerImpl::ShowPrompt(
if (card_unmask_view_) if (card_unmask_view_)
card_unmask_view_->ControllerGone(); card_unmask_view_->ControllerGone();
new_card_link_clicked_ = false;
shown_timestamp_ = base::Time::Now(); shown_timestamp_ = base::Time::Now();
pending_response_ = CardUnmaskDelegate::UnmaskResponse(); pending_response_ = CardUnmaskDelegate::UnmaskResponse();
LoadRiskFingerprint(); LoadRiskFingerprint();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment