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

Unified Diff: components/feature_engagement_tracker/internal/editable_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/editable_configuration.h
diff --git a/components/feature_engagement_tracker/internal/editable_configuration.h b/components/feature_engagement_tracker/internal/editable_configuration.h
index 2e01b72118fad30897919914c2e4467d71e682fb..7d26122bceebb66a3b0f04cbcbb5f5bd84afa5f3 100644
--- a/components/feature_engagement_tracker/internal/editable_configuration.h
+++ b/components/feature_engagement_tracker/internal/editable_configuration.h
@@ -22,9 +22,10 @@ class EditableConfiguration : public Configuration {
EditableConfiguration();
~EditableConfiguration() override;
- // Configuration implementaiton.
+ // Configuration implementation.
const FeatureConfig& GetFeatureConfig(
const base::Feature& feature) const override;
+ const Configuration::ConfigMap& GetRegisteredFeatures() const override;
// Adds a new FeatureConfig to the current configurations. If it already
// exists, the contents are replaced.

Powered by Google App Engine
This is Rietveld 408576698