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

Unified Diff: components/feature_engagement/public/feature_list.cc

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: .. Created 3 years, 4 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/public/feature_list.cc
diff --git a/components/feature_engagement/public/feature_list.cc b/components/feature_engagement/public/feature_list.cc
index 637b8105f6e5fb69eb06d69492e3143b9582e34b..d2971fe97ec8e5e32e5b427ebbb0e003eaf36402 100644
--- a/components/feature_engagement/public/feature_list.cc
+++ b/components/feature_engagement/public/feature_list.cc
@@ -21,6 +21,7 @@ const base::Feature* const kAllFeatures[] = {
&kIPHDownloadPageFeature,
&kIPHDownloadPageScreenshotFeature,
&kIPHChromeHomeExpandFeature,
+ &kIPHMediaDownloadFeature,
#endif // defined(OS_ANDROID)
#if defined(OS_WIN) || defined(OS_LINUX)
&kIPHIncognitoWindowFeature,
« no previous file with comments | « components/feature_engagement/public/feature_list.h ('k') | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698