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

Unified Diff: components/feature_engagement_tracker/internal/once_condition_validator.cc

Issue 2911123003: Metrics for feature engagement tracker. (Closed)
Patch Set: 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/feature_engagement_tracker/internal/once_condition_validator.cc
diff --git a/components/feature_engagement_tracker/internal/once_condition_validator.cc b/components/feature_engagement_tracker/internal/once_condition_validator.cc
index 680cdf4bebaf3ae4c96ef38f1627ab046425432f..4451e2cedcc8bc71036fdaeb65a9b6554c575018 100644
--- a/components/feature_engagement_tracker/internal/once_condition_validator.cc
+++ b/components/feature_engagement_tracker/internal/once_condition_validator.cc
@@ -21,7 +21,7 @@ ConditionValidator::Result OnceConditionValidator::MeetsConditions(
const AvailabilityModel& availability_model,
uint32_t current_day) const {
ConditionValidator::Result result(true);
- result.model_ready_ok = model.IsReady();
+ result.event_model_ready_ok = model.IsReady();
result.currently_showing_ok = currently_showing_feature_ == nullptr;

Powered by Google App Engine
This is Rietveld 408576698