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

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

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.cc
diff --git a/components/autofill/core/browser/test_personal_data_manager.cc b/components/autofill/core/browser/test_personal_data_manager.cc
index c276e4f7aa0a0fb48bb4cb084a16d146ff6af9c0..2f6cfd97d457f377bdfaf6ac61f7099444fbef30 100644
--- a/components/autofill/core/browser/test_personal_data_manager.cc
+++ b/components/autofill/core/browser/test_personal_data_manager.cc
@@ -28,6 +28,11 @@ const std::vector<AutofillProfile*>& TestPersonalDataManager::GetProfiles()
return profiles_;
}
+const std::vector<AutofillProfile*>& TestPersonalDataManager::GetProfiles(
+ bool record_metrics) const {
+ return profiles_;
+}
+
const std::vector<AutofillProfile*>& TestPersonalDataManager::web_profiles()
const {
return profiles_;

Powered by Google App Engine
This is Rietveld 408576698