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

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

Issue 1874493002: [Autofill] Add user actions for checkout flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 e7db6a90426133d13e4c5d4811aeb8f9c48e31cf..1b867888ad5ae38b3a912670ba46199dffb930a7 100644
--- a/components/autofill/core/browser/autofill_metrics.h
+++ b/components/autofill/core/browser/autofill_metrics.h
@@ -693,7 +693,7 @@ class AutofillMetrics {
void OnDidInteractWithAutofillableForm();
- void OnDidShowSuggestions();
+ void OnDidShowSuggestions(bool is_credit_card);
void OnDidSelectMaskedServerCardSuggestion();

Powered by Google App Engine
This is Rietveld 408576698