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

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

Issue 2815653003: IPH - connect data saver previews (Closed)
Patch Set: Cleaned up CL a bit 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..fc297b05a547e4544a03f5b03a95c6f567320668 100644
--- a/components/feature_engagement_tracker/public/feature_constants.h
+++ b/components/feature_engagement_tracker/public/feature_constants.h
@@ -18,6 +18,9 @@ extern const base::Feature kIPHDemoMode;
// A dummy feature until real features start using the backend.
extern const base::Feature kIPHDummyFeature;
+// A feature for Data Saver.
+extern const base::Feature kIPHDataSaverPreview;
nyquist 2017/04/18 23:09:04 I guess dfalcantara@ would want these ordered as w
David Trainor- moved to gerrit 2017/04/25 05:01:05 See cc comment. Removed dummy and ended up just l
+
} // namespace feature_engagement_tracker
#endif // COMPONENTS_FEATURE_ENGAGEMENT_TRACKER_PUBLIC_FEATURE_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698