From: uazo Date: Tue, 27 Feb 2024 08:51:40 +0000 Subject: Disable offline autofetch flag Disable auto fetch of content when browser is online License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html --- .../common/chrome_features_cc/Disable-offline-autofetch.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cromite_flags/chrome/common/chrome_features_cc/Disable-offline-autofetch.inc diff --git a/cromite_flags/chrome/common/chrome_features_cc/Disable-offline-autofetch.inc b/cromite_flags/chrome/common/chrome_features_cc/Disable-offline-autofetch.inc new file mode 100644 --- /dev/null +++ b/cromite_flags/chrome/common/chrome_features_cc/Disable-offline-autofetch.inc @@ -0,0 +1,5 @@ +#if BUILDFLAG(IS_ANDROID) + +SET_CROMITE_FEATURE_DISABLED(kOfflineAutoFetch); + +#endif --