Skip to content

Commit

Permalink
[AUTO] Patches auto-rebase for master branch (#1634)
Browse files Browse the repository at this point in the history
[AUTO] Patches auto-rebase for master branch
  • Loading branch information
uazo authored Nov 7, 2024
2 parents ae4c9e5 + 2196eb9 commit eae1e04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/patches/Add-cromite-flags-support.patch
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ new file mode 100644
diff --git a/chrome/browser/ui/ui_features.cc b/chrome/browser/ui/ui_features.cc
--- a/chrome/browser/ui/ui_features.cc
+++ b/chrome/browser/ui/ui_features.cc
@@ -479,4 +479,5 @@ BASE_FEATURE(kPageSpecificDataDialogRelatedInstalledAppsSection,
@@ -486,4 +486,5 @@ BASE_FEATURE(kPageSpecificDataDialogRelatedInstalledAppsSection,
"PageSpecificDataDialogRelatedInstalledAppsSection",
base::FEATURE_DISABLED_BY_DEFAULT);

Expand Down
6 changes: 4 additions & 2 deletions build/patches/Keep-Manta-Service-Disabled.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ Subject: Keep Manta Service Disabled
diff --git a/components/manta/features.cc b/components/manta/features.cc
--- a/components/manta/features.cc
+++ b/components/manta/features.cc
@@ -9,11 +9,13 @@
@@ -9,6 +9,7 @@
namespace manta::features {

BASE_FEATURE(kMantaService, "MantaService", base::FEATURE_ENABLED_BY_DEFAULT);
+SET_CROMITE_FEATURE_DISABLED(kMantaService);

// Enables Orca Prod Server
// Enables Anchovy Prod Server
BASE_FEATURE(kAnchovyUseProdServer,
@@ -19,6 +20,7 @@ BASE_FEATURE(kAnchovyUseProdServer,
BASE_FEATURE(kOrcaUseProdServer,
"OrcaUseProdServer",
base::FEATURE_ENABLED_BY_DEFAULT);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ diff --git a/chrome/renderer/url_loader_throttle_provider_impl.cc b/chrome/rende
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -6635,7 +6635,6 @@ test("unit_tests") {
@@ -6636,7 +6636,6 @@ test("unit_tests") {
"//chrome/browser/file_system_access:unit_tests",
"//chrome/browser/fingerprinting_protection",
"//chrome/browser/first_party_sets",
Expand Down

0 comments on commit eae1e04

Please sign in to comment.