| Index: components/ntp_snippets/features.h
|
| diff --git a/components/ntp_snippets/features.h b/components/ntp_snippets/features.h
|
| index 3407dcc31ed13c541fddfd7151cfd55e82c2f0e7..c70e278e7df4b9477c4d16cf6698304ff0b73ab9 100644
|
| --- a/components/ntp_snippets/features.h
|
| +++ b/components/ntp_snippets/features.h
|
| @@ -19,6 +19,7 @@ class Clock;
|
| namespace ntp_snippets {
|
|
|
| // Features to turn individual providers/categories on/off.
|
| +// TODO(jkrcal): Rename to kRemoteSuggestionsFeature.
|
| extern const base::Feature kArticleSuggestionsFeature;
|
| extern const base::Feature kBookmarkSuggestionsFeature;
|
| extern const base::Feature kRecentOfflineTabSuggestionsFeature;
|
| @@ -32,11 +33,6 @@ extern const base::Feature kSaveToOfflineFeature;
|
| // Feature to allow offline badges to appear on snippets.
|
| extern const base::Feature kOfflineBadgeFeature;
|
|
|
| -// Feature to allow specification of content suggestions source.
|
| -// TODO(peconn): Figure out how to remove this, it is useful to specify the
|
| -// source, but you shouldn't be able to disable it.
|
| -extern const base::Feature kContentSuggestionsSource;
|
| -
|
| // Feature to allow UI as specified here: https://crbug.com/660837.
|
| extern const base::Feature kIncreasedVisibility;
|
|
|
|
|