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

Unified Diff: components/ntp_snippets/features.h

Issue 2898153004: [NTP::Push] Add feature (Closed)
Patch Set: vitaliii@ comments. 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
« no previous file with comments | « no previous file | components/ntp_snippets/features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/features.h
diff --git a/components/ntp_snippets/features.h b/components/ntp_snippets/features.h
index 9946e7c2d0a6c76799eb4123a3f891e1829e06dd..8295e88f9ed732411065e7aa7af226d6e5a3d81f 100644
--- a/components/ntp_snippets/features.h
+++ b/components/ntp_snippets/features.h
@@ -40,6 +40,9 @@ extern const base::Feature kIncreasedVisibility;
// Feature to prefer AMP URLs over regular URLs when available.
extern const base::Feature kPreferAmpUrlsFeature;
+// Feature to listen for GCM push updates from the server.
+extern const base::Feature kContentSuggestionsPushFeature;
+
// Feature to choose a category ranker.
extern const base::Feature kCategoryRanker;
« no previous file with comments | « no previous file | components/ntp_snippets/features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698