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

Unified Diff: components/ntp_snippets/features.h

Issue 2898153004: [NTP::Push] Add feature (Closed)
Patch Set: Remvoing unnecessary "NTP" from the feature name. Created 3 years, 7 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/ntp_snippets/features.h
diff --git a/components/ntp_snippets/features.h b/components/ntp_snippets/features.h
index 9946e7c2d0a6c76799eb4123a3f891e1829e06dd..ea0cbcaf7ce6f54e88718fafe4ed70b27e2c7452 100644
--- a/components/ntp_snippets/features.h
+++ b/components/ntp_snippets/features.h
@@ -51,6 +51,9 @@ extern const char kCategoryRankerParameter[];
extern const char kCategoryRankerConstantRanker[];
extern const char kCategoryRankerClickBasedRanker[];
+// Feature to listen for GCM push updates from the server
+extern const base::Feature kPushUpdatesFeature;
+
enum class CategoryRankerChoice {
CONSTANT,
CLICK_BASED,

Powered by Google App Engine
This is Rietveld 408576698