aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_threading_platform__thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_threading_platform__thread.h')
-rw-r--r--www/chromium/files/patch-base_threading_platform__thread.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-base_threading_platform__thread.h b/www/chromium/files/patch-base_threading_platform__thread.h
deleted file mode 100644
index c871da786e1f..000000000000
--- a/www/chromium/files/patch-base_threading_platform__thread.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/threading/platform_thread.h.orig 2022-07-22 17:30:31 UTC
-+++ base/threading/platform_thread.h
-@@ -213,7 +213,7 @@ class BASE_EXPORT PlatformThread {
- // Returns a realtime period provided by `delegate`.
- static TimeDelta GetRealtimePeriod(Delegate* delegate);
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- // Toggles a specific thread's priority at runtime. This can be used to
- // change the priority of a thread in a different process and will fail
- // if the calling process does not have proper permissions. The