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

Unified Diff: components/ntp_snippets/features.h

Issue 2898153004: [NTP::Push] Add feature (Closed)
Patch Set: Removing unused constants 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') | components/ntp_snippets/features.cc » ('J')
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..93c7dd66b7effd4e6969242e85cb26765de341ed 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
vitaliii 2017/05/31 10:23:55 s/server/server. to make it consistent with the r
mamir 2017/05/31 10:52:38 Done.
+extern const base::Feature kContentSuggestionsPushFeature;
vitaliii 2017/05/31 10:23:55 Is there a reason for this location? It is right i
mamir 2017/05/31 10:52:38 Done.
+
enum class CategoryRankerChoice {
CONSTANT,
CLICK_BASED,
« no previous file with comments | « no previous file | components/ntp_snippets/features.cc » ('j') | components/ntp_snippets/features.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698