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

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

Issue 2814843006: IPH - Added triggers for Download page (Closed)
Patch Set: nits 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 ebdef0a0cf3eec59933ae77c4f5f4a98ca9d473f..1cedb6b35066b510a5278fb131ce3843f444f6b4 100644
--- a/components/feature_engagement_tracker/internal/feature_list.cc
+++ b/components/feature_engagement_tracker/internal/feature_list.cc
@@ -11,7 +11,7 @@ namespace feature_engagement_tracker {
namespace {
-const base::Feature* kAllFeatures[] = {&kIPHDummyFeature};
+const base::Feature* kAllFeatures[] = {&kIPHDownloadPageFeature};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698