| Index: components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| diff --git a/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc b/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| index 020d5e0df6bc644ec44843d93160cddc3a21c2a4..4ac1475d133f288816e643e4db2da447c2e79ce2 100644
|
| --- a/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| +++ b/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| @@ -43,7 +43,8 @@ AutofillSaveCardInfoBarDelegateMobile::AutofillSaveCardInfoBarDelegateMobile(
|
| if (legal_message)
|
| LegalMessageLine::Parse(*legal_message, &legal_messages_);
|
|
|
| - AutofillMetrics::LogCreditCardInfoBarMetric(AutofillMetrics::INFOBAR_SHOWN);
|
| + AutofillMetrics::LogCreditCardInfoBarMetric(AutofillMetrics::INFOBAR_SHOWN,
|
| + upload_);
|
| }
|
|
|
| AutofillSaveCardInfoBarDelegateMobile::
|
| @@ -120,7 +121,7 @@ void AutofillSaveCardInfoBarDelegateMobile::LogUserAction(
|
| AutofillMetrics::InfoBarMetric user_action) {
|
| DCHECK(!had_user_interaction_);
|
|
|
| - AutofillMetrics::LogCreditCardInfoBarMetric(user_action);
|
| + AutofillMetrics::LogCreditCardInfoBarMetric(user_action, upload_);
|
| had_user_interaction_ = true;
|
| }
|
|
|
|
|