28 lines
1.2 KiB
Diff
28 lines
1.2 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
|
|
Change-Id: I392ca646a387758c06ed760485330345523b2e3d
|
|
---
|
|
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
|
|
@@ -41,8 +41,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.40.1
|
|
|