Index: components/autofill/core/browser/autofill_metrics.h |
diff --git a/components/autofill/core/browser/autofill_metrics.h b/components/autofill/core/browser/autofill_metrics.h |
index 58ab8d26aa06d64471b9fe76613a5405d877f61c..a2ef3eb841e6796bf5b12dbaa6227fabfb55a90d 100644 |
--- a/components/autofill/core/browser/autofill_metrics.h |
+++ b/components/autofill/core/browser/autofill_metrics.h |
@@ -645,12 +645,16 @@ class AutofillMetrics { |
}; |
static void LogCardUploadDecisionMetric(CardUploadDecisionMetric metric); |
- static void LogCreditCardInfoBarMetric(InfoBarMetric metric, |
- bool is_uploading); |
+ static void LogCreditCardInfoBarMetric( |
+ InfoBarMetric metric, |
+ bool is_uploading, |
+ bool did_user_accept_previous_save_credit_card_prompt); |
static void LogCreditCardFillingInfoBarMetric(InfoBarMetric metric); |
- static void LogSaveCardPromptMetric(SaveCardPromptMetric metric, |
- bool is_uploading, |
- bool is_reshow); |
+ static void LogSaveCardPromptMetric( |
+ SaveCardPromptMetric metric, |
+ bool is_uploading, |
+ bool is_reshow, |
+ bool did_user_accept_previous_save_credit_card_prompt); |
static void LogScanCreditCardPromptMetric(ScanCreditCardPromptMetric metric); |
// Should be called when credit card scan is finished. |duration| should be |