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

Unified Diff: components/feature_engagement_tracker/internal/single_invalid_configuration.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/single_invalid_configuration.cc
diff --git a/components/feature_engagement_tracker/internal/single_invalid_configuration.cc b/components/feature_engagement_tracker/internal/single_invalid_configuration.cc
index ad8d956a4ad5b9e6706bf87d029cc04ae872c395..5b82515d505720975f2f1fc7589afaf6b7ba80a2 100644
--- a/components/feature_engagement_tracker/internal/single_invalid_configuration.cc
+++ b/components/feature_engagement_tracker/internal/single_invalid_configuration.cc
@@ -20,4 +20,9 @@ const FeatureConfig& SingleInvalidConfiguration::GetFeatureConfig(
return invalid_feature_config_;
}
+const Configuration::ConfigMap&
+SingleInvalidConfiguration::GetRegisteredFeatures() const {
+ return configs_;
+}
+
} // namespace feature_engagement_tracker

Powered by Google App Engine
This is Rietveld 408576698