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

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

Issue 884843002: Recording in UMA when a user interacted with an address form or a credit card form. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing test_personal_data_manager. Created 5 years, 11 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/test_personal_data_manager.h
diff --git a/components/autofill/core/browser/test_personal_data_manager.h b/components/autofill/core/browser/test_personal_data_manager.h
index ac17657efb8dab2eb5ffb078a22d980d676db1f0..09d7f97e038991cd7bc2aea9e8c0f288de5b61e4 100644
--- a/components/autofill/core/browser/test_personal_data_manager.h
+++ b/components/autofill/core/browser/test_personal_data_manager.h
@@ -27,6 +27,8 @@ class TestPersonalDataManager : public PersonalDataManager {
void AddTestingCreditCard(CreditCard* credit_card);
const std::vector<AutofillProfile*>& GetProfiles() const override;
+ const std::vector<AutofillProfile*>& GetProfiles(
+ bool record_metrics) const override;
const std::vector<AutofillProfile*>& web_profiles() const override;
const std::vector<CreditCard*>& GetCreditCards() const override;

Powered by Google App Engine
This is Rietveld 408576698