Inject-scripts-for-AMP-tracking-ads-and-video and Enable-ClickToCall: drop patches (#1489 #1517)

the first because it is out of date and breaks sites, the second because it is useless in android.
This commit is contained in:
Carmelo Messina
2024-10-02 14:51:55 +02:00
parent 97ec9f0a54
commit 3aa032d863
3 changed files with 0 additions and 237 deletions
-2
View File
@@ -42,7 +42,6 @@ ungoogled-chromium-Disable-Network-Time-Tracker.patch
Disable-all-promo-dialogs.patch
Disable-update-scheduler.patch
Add-search-engine.patch
Inject-scripts-for-AMP-tracking-ads-and-video.patch
Allow-playing-audio-in-background.patch
Add-flag-to-control-video-playback-resume-feature.patch
Add-exit-menu-item.patch
@@ -292,7 +291,6 @@ Ask-for-restart-on-connection-change.patch
Bubble-Locking-on-UI-DevTools.patch
Add-a-GN-flag-to-disable-trybot-verification.patch
Override-the-MV2-deprecation.patch
Enable-ClickToCall.patch
Remove-sideloading-of-version-dll.patch
Cromite-Branding--improve-settings-ui.patch
-42
View File
@@ -1,42 +0,0 @@
From: uazo <uazo@users.noreply.github.com>
Date: Sat, 21 Sep 2024 14:38:40 +0000
Subject: Enable ClickToCall
Reactivation of the "click-to-call" flag and activation by default.
The functionality is only active if sending Intents from the web is allowed
License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
---
chrome/browser/flag-metadata.json | 5 -----
components/sharing_message/features.cc | 3 +++
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/chrome/browser/flag-metadata.json b/chrome/browser/flag-metadata.json
--- a/chrome/browser/flag-metadata.json
+++ b/chrome/browser/flag-metadata.json
@@ -1512,11 +1512,6 @@
"owners": [ "sygiet@google.com", "vasilii@chromium.org" ],
"expiry_milestone": 133
},
- {
- "name": "click-to-call",
- "owners": [ "ellyjones@chromium.org" ],
- "expiry_milestone": 115
- },
{
"name": "clipboard-history-longpress",
"owners": ["newcomer@google.com", "multipaste@google.com"],
diff --git a/components/sharing_message/features.cc b/components/sharing_message/features.cc
--- a/components/sharing_message/features.cc
+++ b/components/sharing_message/features.cc
@@ -7,6 +7,9 @@
#include "build/build_config.h"
BASE_FEATURE(kClickToCall, "ClickToCall", base::FEATURE_DISABLED_BY_DEFAULT);
+#if BUILDFLAG(IS_ANDROID)
+SET_CROMITE_FEATURE_ENABLED(kClickToCall);
+#endif
BASE_FEATURE(kSharingMatchPulseInterval,
"SharingMatchPulseInterval",
--
File diff suppressed because one or more lines are too long