Chromium Code Reviews| Index: components/ntp_snippets/features.cc |
| diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc |
| index 085257bc24d4cb05859a7827ee3313290e0dbfc7..03cfbc3bf45f0831f3d6c9836aa39d7f2e8254df 100644 |
| --- a/components/ntp_snippets/features.cc |
| +++ b/components/ntp_snippets/features.cc |
| @@ -41,4 +41,7 @@ const base::Feature kForeignSessionsSuggestionsFeature{ |
| const base::Feature kFetchMoreFeature{"NTPSuggestionsFetchMore", |
| base::FEATURE_ENABLED_BY_DEFAULT}; |
| +const base::Feature kPreferAmpUrlsFeature{"NTPPreferAmpUrls", |
|
Bernhard Bauer
2016/12/20 15:42:49
Nit: If we capitalize the full acronym in NTP, we
Michael van Ouwerkerk
2016/12/20 15:51:00
I think "NTP" is the anomaly here, and we should k
|
| + base::FEATURE_ENABLED_BY_DEFAULT}; |
| + |
| } // namespace ntp_snippets |