Skip to content

Commit

Permalink
[AUTO] Patches auto-rebase for master branch (#1285)
Browse files Browse the repository at this point in the history
[AUTO] Patches auto-rebase for master branch (#1285)
  • Loading branch information
uazo authored Jul 17, 2024
2 parents a4134b9 + 8835014 commit e42fb8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions build/patches/Disable-feeds-support-by-default.patch
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,15 @@ diff --git a/components/feed/core/shared_prefs/pref_names.cc b/components/feed/c
diff --git a/components/feed/feed_feature_list.cc b/components/feed/feed_feature_list.cc
--- a/components/feed/feed_feature_list.cc
+++ b/components/feed/feed_feature_list.cc
@@ -151,9 +151,12 @@ BASE_FEATURE(kFeedContainment,
@@ -155,10 +155,13 @@ BASE_FEATURE(kWebFeedKillSwitch,
base::FEATURE_DISABLED_BY_DEFAULT);

bool IsWebFeedEnabledForLocale(const std::string& country) {
+ if ((true)) return false;
const std::vector<std::string> launched_countries = {"AU", "CA", "GB",
"NZ", "US", "ZA"};
return base::Contains(launched_countries, country);
return base::Contains(launched_countries, country) &&
!base::FeatureList::IsEnabled(kWebFeedKillSwitch);
}

+SET_CROMITE_FEATURE_DISABLED(kInterestFeedV2);
Expand Down
2 changes: 1 addition & 1 deletion build/patches/Experimental-user-scripts-support.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10484,7 +10484,7 @@ diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
diff --git a/tools/gritsettings/resource_ids.spec b/tools/gritsettings/resource_ids.spec
--- a/tools/gritsettings/resource_ids.spec
+++ b/tools/gritsettings/resource_ids.spec
@@ -1012,6 +1012,12 @@
@@ -1015,6 +1015,12 @@
"components/search_engine_descriptions_strings.grd": {
"messages": [7260],
},
Expand Down
2 changes: 1 addition & 1 deletion build/patches/eyeo-beta-118.0.5993.48-base.patch
Original file line number Diff line number Diff line change
Expand Up @@ -53128,7 +53128,7 @@ diff --git a/tools/gritsettings/resource_ids.spec b/tools/gritsettings/resource_
# This file is used to assign starting resource ids for resources and strings
# used by Chromium. This is done to ensure that resource ids are unique
# across all the grd files. If you are adding a new grd file, please add
@@ -731,6 +735,10 @@
@@ -734,6 +738,10 @@
"META": {"sizes": {"includes": [10]}},
"includes": [5460],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2187,15 +2187,15 @@ diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.

import("//build/config/chromeos/ui_mode.gni")
import("//chrome/browser/buildflags.gni")
@@ -235,6 +238,7 @@ if (!is_android) {
@@ -249,6 +252,7 @@ if (!is_android) {
group("dev_ui_resources") {
public_deps = [
"accessibility:resources",
+ "adblock_internals:resources",
"bluetooth_internals:resources",
"browsing_topics:resources",
"components:resources",
@@ -293,6 +297,7 @@ repack("dev_ui_paks") {
@@ -307,6 +311,7 @@ repack("dev_ui_paks") {

sources = [
"$root_gen_dir/chrome/accessibility_resources.pak",
Expand Down

0 comments on commit e42fb8d

Please sign in to comment.