23 lines
669 B
Diff
23 lines
669 B
Diff
From: Your Name <you@example.com>
|
|
Date: Tue, 31 Oct 2023 16:20:12 +0000
|
|
Subject: Keep Manta Service Disabled
|
|
|
|
---
|
|
components/manta/features.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/components/manta/features.cc b/components/manta/features.cc
|
|
--- a/components/manta/features.cc
|
|
+++ b/components/manta/features.cc
|
|
@@ -8,7 +8,7 @@
|
|
|
|
namespace manta::features {
|
|
|
|
-BASE_FEATURE(kMantaService, "MantaService", base::FEATURE_DISABLED_BY_DEFAULT);
|
|
+BASE_FEATURE(kMantaService, "MantaService", base::FEATURE_DISABLED_BY_DEFAULT); // keep disabled
|
|
|
|
bool IsMantaServiceEnabled() {
|
|
return base::FeatureList::IsEnabled(kMantaService);
|
|
--
|
|
2.25.1
|