| Index: components/ntp_snippets/features.h
|
| diff --git a/components/ntp_snippets/features.h b/components/ntp_snippets/features.h
|
| index 3e90b3fead83b0177fac0e46029233b49ea59b9a..49a8c59b1168b34fe357cd62d68349d7f9190a3a 100644
|
| --- a/components/ntp_snippets/features.h
|
| +++ b/components/ntp_snippets/features.h
|
| @@ -38,6 +38,9 @@ extern const base::Feature kIncreasedVisibility;
|
| // Feature to enable the Fetch More action
|
| extern const base::Feature kFetchMoreFeature;
|
|
|
| +// Feature to choose a category ranker.
|
| +extern const base::Feature kCategoryRanker;
|
| +
|
| } // namespace ntp_snippets
|
|
|
| #endif // COMPONENTS_NTP_SNIPPETS_FEATURES_H_
|
|
|