Chromium Code Reviews| Index: components/ntp_snippets/features.h |
| diff --git a/components/ntp_snippets/features.h b/components/ntp_snippets/features.h |
| index 3e90b3fead83b0177fac0e46029233b49ea59b9a..c389e662ca8842902b6eec2e29552db945eddfa6 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 prefer amp urls over regular urls when available. |
|
Bernhard Bauer
2016/12/20 15:42:49
Nit: AMP instead of amp.
Michael van Ouwerkerk
2016/12/20 15:51:00
Done.
|
| +extern const base::Feature kPreferAmpUrlsFeature; |
| + |
| } // namespace ntp_snippets |
| #endif // COMPONENTS_NTP_SNIPPETS_FEATURES_H_ |