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

Unified Diff: components/feature_engagement_tracker/public/feature_constants.h

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/public/feature_constants.h
diff --git a/components/feature_engagement_tracker/public/feature_constants.h b/components/feature_engagement_tracker/public/feature_constants.h
index c26608a4247d86c941b7ad6d45c943c2240d4a91..2bc24c51c35c7c9689874f377267b01954af2c69 100644
--- a/components/feature_engagement_tracker/public/feature_constants.h
+++ b/components/feature_engagement_tracker/public/feature_constants.h
@@ -15,8 +15,7 @@ extern const base::Feature kIPHDemoMode;
// All the features declared below should also be declared in the Java
// version: org.chromium.components.feature_engagement_tracker.FeatureConstants.
-// A dummy feature until real features start using the backend.
-extern const base::Feature kIPHDummyFeature;
+extern const base::Feature kIPHDownloadPageFeature;
} // namespace feature_engagement_tracker

Powered by Google App Engine
This is Rietveld 408576698