32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Daniel Micay <danielmicay@gmail.com>
|
||
|
Date: Tue, 6 Mar 2018 00:27:41 -0500
|
||
|
Subject: [PATCH] disable showing popular sites by default
|
||
|
|
||
|
---
|
||
|
components/ntp_tiles/features.cc | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/components/ntp_tiles/features.cc b/components/ntp_tiles/features.cc
|
||
|
index 26049117ac858..87bc57efba5a9 100644
|
||
|
--- a/components/ntp_tiles/features.cc
|
||
|
+++ b/components/ntp_tiles/features.cc
|
||
|
@@ -15,7 +15,7 @@ const char kPopularSitesFieldTrialName[] = "NTPPopularSites";
|
||
|
|
||
|
BASE_FEATURE(kPopularSitesBakedInContentFeature,
|
||
|
"NTPPopularSitesBakedInContent",
|
||
|
- base::FEATURE_ENABLED_BY_DEFAULT);
|
||
|
+ base::FEATURE_DISABLED_BY_DEFAULT);
|
||
|
|
||
|
BASE_FEATURE(kNtpMostLikelyFaviconsFromServerFeature,
|
||
|
"NTPMostLikelyFaviconsFromServer",
|
||
|
@@ -23,7 +23,7 @@ BASE_FEATURE(kNtpMostLikelyFaviconsFromServerFeature,
|
||
|
|
||
|
BASE_FEATURE(kUsePopularSitesSuggestions,
|
||
|
"UsePopularSitesSuggestions",
|
||
|
- base::FEATURE_ENABLED_BY_DEFAULT);
|
||
|
+ base::FEATURE_DISABLED_BY_DEFAULT);
|
||
|
|
||
|
BASE_FEATURE(kNewTabPageRetention,
|
||
|
"IOSNewTabPageRetention",
|