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

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

Issue 2815653003: IPH - connect data saver previews (Closed)
Patch Set: Addressed 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 d3f22bc4e43d58dd2ef2cf51ffb0aedaa34326c3..4a213b76314e629ffa023333e79424b12cc0dfc1 100644
--- a/components/feature_engagement_tracker/internal/feature_constants.cc
+++ b/components/feature_engagement_tracker/internal/feature_constants.cc
@@ -11,6 +11,8 @@ namespace feature_engagement_tracker {
const base::Feature kIPHDemoMode{"IPH_DemoMode",
base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kIPHDataSaverPreview{"IPH_DataSaverPreview",
+ base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kIPHDownloadPageFeature{"IPH_DownloadPage",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kIPHDownloadHomeFeature{"IPH_DownloadHome",

Powered by Google App Engine
This is Rietveld 408576698