From 4931d3869a6dd44297e7062d19250b953725dca9 Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Mon, 12 Aug 2019 10:39:48 +0000 Subject: www/chromium: Update to 76.0.3809.100 Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.142..76.0.3809.100?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q3 --- www/chromium/files/patch-base_base__switches.cc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 www/chromium/files/patch-base_base__switches.cc (limited to 'www/chromium/files/patch-base_base__switches.cc') diff --git a/www/chromium/files/patch-base_base__switches.cc b/www/chromium/files/patch-base_base__switches.cc new file mode 100644 index 000000000000..27fbdf9baac7 --- /dev/null +++ b/www/chromium/files/patch-base_base__switches.cc @@ -0,0 +1,20 @@ +--- base/base_switches.cc.orig 2019-07-29 16:52:17 UTC ++++ base/base_switches.cc +@@ -107,7 +107,7 @@ const char kProfilingFlush[] = "profiling-flush"; + const char kDisableUsbKeyboardDetect[] = "disable-usb-keyboard-detect"; + #endif + +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) + // The /dev/shm partition is too small in certain VM environments, causing + // Chrome to fail or crash (see http://crbug.com/715363). Use this flag to + // work-around this issue (a temporary directory will always be used to create +@@ -128,7 +128,7 @@ const char kEnableCrashReporterForTesting[] = + const char kEnableReachedCodeProfiler[] = "enable-reached-code-profiler"; + #endif + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + // Controls whether or not retired instruction counts are surfaced for threads + // in trace events on Linux. + // -- cgit v1.2.3