Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfd1a95d authored by Aayush Gupta's avatar Aayush Gupta
Browse files

patches: e: Regenerate patches as required

parent e444853b
Loading
Loading
Loading
Loading
Loading
+8 −16
Original line number Diff line number Diff line
From e0ac40f0dcb6d332c3be96263bd594c256462b0c Mon Sep 17 00:00:00 2001
From 37fdad5af9959318e10cef89aeda832a02e309e5 Mon Sep 17 00:00:00 2001
From: Aayush Gupta <theimpulson@e.email>
Date: Fri, 19 Mar 2021 06:28:45 +0100
Subject: [PATCH] [PATCH] privacy_preferences: Enable custom tabs by default
Date: Tue, 1 Jun 2021 05:56:26 +0200
Subject: [PATCH] privacy_preferences: Enable custom tabs by default

Signed-off-by: Aayush Gupta <theimpulson@e.email>
---
 chrome/android/java/res/xml/privacy_preferences.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 chrome/android/java/res/xml/privacy_preferences.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/android/java/res/xml/privacy_preferences.xml b/chrome/android/java/res/xml/privacy_preferences.xml
index da91f663d1ed..5bf9759058ab 100644
index 4707305f789d..ab730db7d006 100644
--- a/chrome/android/java/res/xml/privacy_preferences.xml
+++ b/chrome/android/java/res/xml/privacy_preferences.xml
@@ -46,7 +46,7 @@
@@ -51,7 +51,7 @@
         android:key="allow_custom_tab_intents"
         android:title="@string/allow_custom_tab_intents_title"
         android:summary="@string/allow_custom_tab_intents_summary"
-        android:defaultValue="false" />
+        android:defaultValue="true" />
     <org.chromium.components.browser_ui.settings.ChromeBasePreference
         android:key="secure_dns"
         android:title="@string/settings_secure_dns_title"
@@ -57,6 +57,7 @@
         android:title="@string/clear_browsing_data_title"
         android:summary="@string/clear_browsing_data_summary"
         android:fragment="org.chromium.chrome.browser.browsing_data.ClearBrowsingDataTabsFragment"
+        app:allowDividerBelow="false"
         android:order="5"/>
     <Preference
         android:key="privacy_sandbox"
         android:title="@string/prefs_privacy_sandbox"
-- 
2.17.1