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

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

Issue 2815183002: IPH - Added triggers to show Download Home message (Closed)
Patch Set: comments 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_constants.cc
diff --git a/components/feature_engagement_tracker/internal/feature_constants.cc b/components/feature_engagement_tracker/internal/feature_constants.cc
index 581600e5cb854eab1b49fa5d01e4e256d007dce0..d3f22bc4e43d58dd2ef2cf51ffb0aedaa34326c3 100644
--- a/components/feature_engagement_tracker/internal/feature_constants.cc
+++ b/components/feature_engagement_tracker/internal/feature_constants.cc
@@ -13,5 +13,7 @@ const base::Feature kIPHDemoMode{"IPH_DemoMode",
const base::Feature kIPHDownloadPageFeature{"IPH_DownloadPage",
base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kIPHDownloadHomeFeature{"IPH_DownloadHome",
+ base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace feature_engagement_tracker

Powered by Google App Engine
This is Rietveld 408576698