| 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;
|
|
|
|
|