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

Unified Diff: components/feature_engagement_tracker/internal/feature_list.cc

Issue 2815183002: IPH - Added triggers to show Download Home message (Closed)
Patch Set: findbugs Created 3 years, 8 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/feature_list.cc
diff --git a/components/feature_engagement_tracker/internal/feature_list.cc b/components/feature_engagement_tracker/internal/feature_list.cc
index 1cedb6b35066b510a5278fb131ce3843f444f6b4..39a928274b014b51450a4d03f679ea3d7e4be22b 100644
--- a/components/feature_engagement_tracker/internal/feature_list.cc
+++ b/components/feature_engagement_tracker/internal/feature_list.cc
@@ -11,7 +11,8 @@ namespace feature_engagement_tracker {
namespace {
-const base::Feature* kAllFeatures[] = {&kIPHDownloadPageFeature};
+const base::Feature* kAllFeatures[] = {&kIPHDownloadPageFeature,
+ &kIPHDownloadHomeFeature};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698