From f04667fb6a977d0ccfa6b766d204eac3a39f10e9 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Wed, 18 Jun 2025 15:16:55 +0000 Subject: [PATCH] Enable zoom option by default --- ...-zoom-option-in-main-menu-by-default.patch | 25 +++++++++++++++++++ build/e_patches_list.txt | 1 + 2 files changed, 26 insertions(+) create mode 100644 build/e_patches/Enable-zoom-option-in-main-menu-by-default.patch diff --git a/build/e_patches/Enable-zoom-option-in-main-menu-by-default.patch b/build/e_patches/Enable-zoom-option-in-main-menu-by-default.patch new file mode 100644 index 00000000..31824dca --- /dev/null +++ b/build/e_patches/Enable-zoom-option-in-main-menu-by-default.patch @@ -0,0 +1,25 @@ +From 5ea1052161b3d9cb6fcffa788b43499af90b1867 Mon Sep 17 00:00:00 2001 +From: Nishith Khanna +Date: Wed, 18 Jun 2025 14:54:30 +0000 +Subject: Enable zoom option in main menu by default + +--- + .../components/browser_ui/accessibility/PageZoomUtils.java | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/components/browser_ui/accessibility/android/java/src/org/chromium/components/browser_ui/accessibility/PageZoomUtils.java b/components/browser_ui/accessibility/android/java/src/org/chromium/components/browser_ui/accessibility/PageZoomUtils.java +index c1dc676bcd7d3..21c7a3abf84f0 100644 +--- a/components/browser_ui/accessibility/android/java/src/org/chromium/components/browser_ui/accessibility/PageZoomUtils.java ++++ b/components/browser_ui/accessibility/android/java/src/org/chromium/components/browser_ui/accessibility/PageZoomUtils.java +@@ -257,7 +257,7 @@ public class PageZoomUtils { + + PageZoomUma.logAppMenuEnabledStateHistogram( + PageZoomUma.AccessibilityPageZoomAppMenuEnabledState.NOT_ENABLED); +- return false; ++ return true; + } + + /** +-- +2.34.1 + diff --git a/build/e_patches_list.txt b/build/e_patches_list.txt index 71e35a56..e568d1b0 100644 --- a/build/e_patches_list.txt +++ b/build/e_patches_list.txt @@ -67,3 +67,4 @@ Disable-Component-Updates.patch Browser-Move-to-Murena-Qwant-from-QwanteSpot.patch Browser-Check-for-webapk-and-system-signature.patch Browser-Add-support-for-eOS-webapk.patch +Enable-zoom-option-in-main-menu-by-default.patch -- GitLab