Commit 573de84a authored by siyua's avatar siyua Committed by Commit Bot

[Upstream Feedback] Add flag protection for password avatar highlight

It was missed in the original CL

Bug: 964127
Change-Id: I836cd53f502c354f38cf074866a54d13d7e13419
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869540Reviewed-by: default avatarPeter Boström <pbos@chromium.org>
Commit-Queue: Siyu An <siyua@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708384}
parent 5b0db30b
......@@ -136,7 +136,10 @@ AutofillBubbleHandlerImpl::ShowLocalCardMigrationBubble(
}
void AutofillBubbleHandlerImpl::OnPasswordSaved() {
if (base::FeatureList::IsEnabled(
features::kAutofillCreditCardUploadFeedback)) {
ShowAvatarHighlightAnimation();
}
}
void AutofillBubbleHandlerImpl::HideSignInPromo() {
......
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