Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: components/autofill/core/browser/autofill_metrics.h

Issue 2434543003: [Autofill] Separate Autofill.CreditCardInfoBar into .Local and .Server (Closed)
Patch Set: Add base=true value to histogram Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698