| 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 fa0aaa35de230d60b603ec304ed1f2f280dd058c..b8e569baf697decbc73e158ec4996a1c81f7f1db 100644
|
| --- a/components/autofill/core/browser/autofill_metrics.h
|
| +++ b/components/autofill/core/browser/autofill_metrics.h
|
| @@ -512,7 +512,8 @@ class AutofillMetrics {
|
| };
|
|
|
| static void LogCardUploadDecisionMetric(CardUploadDecisionMetric metric);
|
| - static void LogCreditCardInfoBarMetric(InfoBarMetric metric);
|
| + static void LogCreditCardInfoBarMetric(InfoBarMetric metric,
|
| + bool is_uploading);
|
| static void LogCreditCardFillingInfoBarMetric(InfoBarMetric metric);
|
| static void LogSaveCardPromptMetric(SaveCardPromptMetric metric,
|
| bool is_uploading,
|
|
|