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

Unified Diff: components/ntp_snippets/features.cc

Issue 2609423002: [NTP::RecentTabs] Enable by default and depend on recent tabs flag. (Closed)
Patch Set: Created 3 years, 11 months 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 | « chrome/browser/ui/webui/snippets_internals_message_handler.cc ('k') | no next file » | 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 ed013a00d6d2c3f18ad961c21477eb6aa0cb1b71..c18dc3efd170948a5a08dc8d46fa97df4e09fc32 100644
--- a/components/ntp_snippets/features.cc
+++ b/components/ntp_snippets/features.cc
@@ -18,7 +18,7 @@ const base::Feature kBookmarkSuggestionsFeature{
"NTPBookmarkSuggestions", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kRecentOfflineTabSuggestionsFeature{
- "NTPOfflinePageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
+ "NTPOfflinePageSuggestions", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSaveToOfflineFeature{
"NTPSaveToOffline", base::FEATURE_ENABLED_BY_DEFAULT};
« no previous file with comments | « chrome/browser/ui/webui/snippets_internals_message_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698