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

Unified Diff: components/feature_engagement_tracker/internal/configuration.h

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/configuration.h
diff --git a/components/feature_engagement_tracker/internal/configuration.h b/components/feature_engagement_tracker/internal/configuration.h
index d973cc1997e5bf660c4966e508e563978a05e5b4..c942e5b9c9095dc96762051ec8ab6783482bb405 100644
--- a/components/feature_engagement_tracker/internal/configuration.h
+++ b/components/feature_engagement_tracker/internal/configuration.h
@@ -124,6 +124,9 @@ class Configuration {
virtual const FeatureConfig& GetFeatureConfig(
const base::Feature& feature) const = 0;
+ // Returns the immutable ConfigMap that contains all registered features.
+ virtual const ConfigMap& GetRegisteredFeatures() const = 0;
+
protected:
Configuration() = default;

Powered by Google App Engine
This is Rietveld 408576698