| 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,
|
|
|