Index: components/ntp_snippets/features.h |
diff --git a/components/ntp_snippets/features.h b/components/ntp_snippets/features.h |
index d4cf6a023d4a9398335fc392b3235c7aa52f524c..78639ab47c1d47a0161dfbfccbcc1fe42edda5d4 100644 |
--- a/components/ntp_snippets/features.h |
+++ b/components/ntp_snippets/features.h |
@@ -41,6 +41,9 @@ extern const base::Feature kFetchMoreFeature; |
// Feature to prefer AMP URLs over regular URLs when available. |
extern const base::Feature kPreferAmpUrlsFeature; |
+// Feature to choose a category ranker. |
+extern const base::Feature kCategoryRanker; |
+ |
} // namespace ntp_snippets |
#endif // COMPONENTS_NTP_SNIPPETS_FEATURES_H_ |