Skip to content

Commit

Permalink
[AUTO] Patches auto-rebase for 125.0.6422.76 (#1126)
Browse files Browse the repository at this point in the history
[AUTO] Patches auto-rebase for 125.0.6422.76
  • Loading branch information
uazo committed May 22, 2024
2 parents 1fd4efc + db1c538 commit 09dfa84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/patches/Add-search-engine.patch
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ diff --git a/components/search_engines/search_engine_countries-inc.cc b/componen
{SearchEngineTier::kTopEngines, &google},
{SearchEngineTier::kTopEngines, &bing},
{SearchEngineTier::kTopEngines, &yahoo},
@@ -1443,5 +1444,7 @@ const std::vector<EngineAndTier> GetPrepopulationSetFromCountryID(
@@ -1449,5 +1450,7 @@ const std::vector<EngineAndTier> GetPrepopulationSetFromCountryID(
for (size_t i = 0; i < num_engines; i++) {
t_url.push_back(engines[i]);
}
Expand Down
2 changes: 1 addition & 1 deletion build/patches/Customize-selection-popup.patch
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ new file mode 100644
diff --git a/components/browser_ui/accessibility/android/java/res/xml/accessibility_preferences.xml b/components/browser_ui/accessibility/android/java/res/xml/accessibility_preferences.xml
--- a/components/browser_ui/accessibility/android/java/res/xml/accessibility_preferences.xml
+++ b/components/browser_ui/accessibility/android/java/res/xml/accessibility_preferences.xml
@@ -72,4 +72,28 @@ found in the LICENSE file.
@@ -73,4 +73,28 @@ found in the LICENSE file.
android:key="disable_toolbar_swipeup"
android:title="@string/disable_toolbar_swipe_up" />

Expand Down

0 comments on commit 09dfa84

Please sign in to comment.