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

Unified Diff: components/feature_engagement_tracker/internal/feature_constants.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_constants.cc
diff --git a/components/feature_engagement_tracker/internal/feature_constants.cc b/components/feature_engagement_tracker/internal/feature_constants.cc
index 570ff1077d513696e6efae752fedd6f85ed76c64..581600e5cb854eab1b49fa5d01e4e256d007dce0 100644
--- a/components/feature_engagement_tracker/internal/feature_constants.cc
+++ b/components/feature_engagement_tracker/internal/feature_constants.cc
@@ -11,7 +11,7 @@ namespace feature_engagement_tracker {
const base::Feature kIPHDemoMode{"IPH_DemoMode",
base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kIPHDummyFeature{"IPH_DummyFeature",
- base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kIPHDownloadPageFeature{"IPH_DownloadPage",
+ base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace feature_engagement_tracker
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | components/feature_engagement_tracker/internal/feature_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698