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

Unified Diff: components/payments/core/journey_logger.cc

Issue 2897573003: Reland - [Autofill] Enable Autofill UKM by default. (Closed)
Patch Set: Rebase Created 3 years, 7 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/payments/core/journey_logger.cc
diff --git a/components/payments/core/journey_logger.cc b/components/payments/core/journey_logger.cc
index aeae9aa0652bf7083c6e76c8c5f482a4c06a61d4..e43a73e9106a4eb6866e392bb17c14caa95d900e 100644
--- a/components/payments/core/journey_logger.cc
+++ b/components/payments/core/journey_logger.cc
@@ -8,7 +8,6 @@
#include "base/metrics/histogram_functions.h"
#include "base/metrics/histogram_macros.h"
-#include "components/autofill/core/browser/autofill_experiments.h"
#include "components/ukm/ukm_entry_builder.h"
#include "components/ukm/ukm_service.h"
@@ -224,7 +223,7 @@ void JourneyLogger::RecordCanMakePaymentEffectOnCompletion(
}
void JourneyLogger::RecordUrlKeyedMetrics(CompletionStatus completion_status) {
- if (!autofill::IsUkmLoggingEnabled() || !ukm_service_ || !url_.is_valid())
+ if (!ukm_service_ || !url_.is_valid())
return;
// Record the Checkout Funnel UKM.
« no previous file with comments | « components/autofill/core/browser/autofill_metrics_unittest.cc ('k') | components/payments/core/journey_logger_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698