Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: components/ntp_snippets/features.cc

Issue 2593573003: Ntp: use AMP urls for content suggestions when available. (Closed)
Patch Set: Address review comments by vitalii. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/ntp_snippets/features.h ('k') | components/ntp_snippets/remote/ntp_snippet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ base::FEATURE_ENABLED_BY_DEFAULT};
+
} // namespace ntp_snippets
« no previous file with comments | « components/ntp_snippets/features.h ('k') | components/ntp_snippets/remote/ntp_snippet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698