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

Unified Diff: components/feature_engagement_tracker/internal/editable_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/editable_configuration.cc
diff --git a/components/feature_engagement_tracker/internal/editable_configuration.cc b/components/feature_engagement_tracker/internal/editable_configuration.cc
index f7a4cba5c5cf20fbe0034f3c9809fe47777322a1..9559f1ea973751e6bf7e3c80e4e8edf9836da5a7 100644
--- a/components/feature_engagement_tracker/internal/editable_configuration.cc
+++ b/components/feature_engagement_tracker/internal/editable_configuration.cc
@@ -28,4 +28,9 @@ const FeatureConfig& EditableConfiguration::GetFeatureConfig(
return it->second;
}
+const Configuration::ConfigMap& EditableConfiguration::GetRegisteredFeatures()
+ const {
+ return configs_;
+}
+
} // namespace feature_engagement_tracker

Powered by Google App Engine
This is Rietveld 408576698