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

Unified Diff: components/feature_engagement_tracker/internal/chrome_variations_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/chrome_variations_configuration.h
diff --git a/components/feature_engagement_tracker/internal/chrome_variations_configuration.h b/components/feature_engagement_tracker/internal/chrome_variations_configuration.h
index 15774ae79118acd6f97400bc5177ee349460d023..526e7281eba843f6fdd50d2391efffb12c2f59ad 100644
--- a/components/feature_engagement_tracker/internal/chrome_variations_configuration.h
+++ b/components/feature_engagement_tracker/internal/chrome_variations_configuration.h
@@ -26,6 +26,7 @@ class ChromeVariationsConfiguration : public Configuration {
// Configuration implementation.
const FeatureConfig& GetFeatureConfig(
const base::Feature& feature) const override;
+ const Configuration::ConfigMap& GetRegisteredFeatures() const override;
// Parses the variations configuration for all of the given |features| and
// stores the result. It is only valid to call ParseFeatureConfig once.

Powered by Google App Engine
This is Rietveld 408576698