26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
|
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
||
|
Date: Thu, 30 May 2019 03:37:45 +0200
|
||
|
Subject: Disable offline pages in CCT
|
||
|
|
||
|
License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html
|
||
|
---
|
||
|
components/offline_pages/core/offline_page_feature.cc | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/components/offline_pages/core/offline_page_feature.cc b/components/offline_pages/core/offline_page_feature.cc
|
||
|
--- a/components/offline_pages/core/offline_page_feature.cc
|
||
|
+++ b/components/offline_pages/core/offline_page_feature.cc
|
||
|
@@ -37,8 +37,8 @@ BASE_FEATURE(kOfflinePagesDescriptivePendingStatusFeature,
|
||
|
base::FEATURE_ENABLED_BY_DEFAULT);
|
||
|
|
||
|
BASE_FEATURE(kOfflinePagesInDownloadHomeOpenInCctFeature,
|
||
|
- "OfflinePagesInDownloadHomeOpenInCct",
|
||
|
- base::FEATURE_ENABLED_BY_DEFAULT);
|
||
|
+ "OfflinePagesInDownloadHomeOpenInCct", // disabled by default
|
||
|
+ base::FEATURE_DISABLED_BY_DEFAULT); // in Bromite
|
||
|
|
||
|
BASE_FEATURE(kOfflinePagesNetworkStateLikelyUnknown,
|
||
|
"OfflinePagesNetworkStateLikelyUnknown",
|
||
|
--
|
||
|
2.25.1
|