aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-content_common_content__switches__internal.cc
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2017-04-29 23:00:33 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2017-04-29 23:00:33 +0000
commit633f9296f4a9a6d9f4988a62658038fdd8c8cc4f (patch)
tree2f4294c7dbe2c6fd14de23902212e77c6a108530 /www/iridium/files/patch-content_common_content__switches__internal.cc
parente07f65b746ff1d52d943dd930315f7ec7a0c726a (diff)
downloadports-633f9296f4a9a6d9f4988a62658038fdd8c8cc4f.tar.gz
ports-633f9296f4a9a6d9f4988a62658038fdd8c8cc4f.zip
Add new port www/iridium
Iridium is a free, open, and libre browser modification of the Chromium code base, with privacy being enhanced in several key areas. Automatic transmission of partial queries, keywords, metrics to central services is inhibited and only occurs with consent. WWW: https://iridiumbrowser.de/
Notes
Notes: svn path=/head/; revision=439777
Diffstat (limited to 'www/iridium/files/patch-content_common_content__switches__internal.cc')
-rw-r--r--www/iridium/files/patch-content_common_content__switches__internal.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-content_common_content__switches__internal.cc b/www/iridium/files/patch-content_common_content__switches__internal.cc
new file mode 100644
index 000000000000..0977c854a6ea
--- /dev/null
+++ b/www/iridium/files/patch-content_common_content__switches__internal.cc
@@ -0,0 +1,11 @@
+--- content/common/content_switches_internal.cc.orig 2017-04-19 19:06:33 UTC
++++ content/common/content_switches_internal.cc
+@@ -27,7 +27,7 @@ const base::Feature kUseZoomForDsfEnable
+ #endif
+
+ bool IsUseZoomForDSFEnabledByDefault() {
+-#if defined(OS_CHROMEOS) || defined(OS_LINUX)
++#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_BSD)
+ return true;
+ #elif defined(OS_WIN)
+ return base::FeatureList::IsEnabled(kUseZoomForDsfEnabledByDefault);